Uses of Interface
ch.randelshofer.fastdoubleparser.chr.CharSet
-
Packages that use CharSet Package Description ch.randelshofer.fastdoubleparser Provides fast parsers for JavaFloatingPointLiterals, and JSONnumbers.ch.randelshofer.fastdoubleparser.chr This is a module-private package. -
-
Uses of CharSet in ch.randelshofer.fastdoubleparser
Fields in ch.randelshofer.fastdoubleparser declared as CharSet Modifier and Type Field Description private CharSetAbstractConfigurableFloatingPointBitsFromCharArray. decimalSeparatorprivate CharSetAbstractConfigurableFloatingPointBitsFromCharSequence. decimalSeparatorprivate CharSetAbstractConfigurableFloatingPointBitsFromCharArray. formatCharprivate CharSetAbstractConfigurableFloatingPointBitsFromCharSequence. formatCharprivate CharSetAbstractConfigurableFloatingPointBitsFromCharArray. groupingSeparatorprivate CharSetAbstractConfigurableFloatingPointBitsFromCharSequence. groupingSeparatorprivate CharSetAbstractConfigurableFloatingPointBitsFromCharArray. minusSignprivate CharSetAbstractConfigurableFloatingPointBitsFromCharSequence. minusSignCharprivate CharSetAbstractConfigurableFloatingPointBitsFromCharArray. plusSignprivate CharSetAbstractConfigurableFloatingPointBitsFromCharSequence. plusSignCharMethods in ch.randelshofer.fastdoubleparser with parameters of type CharSet Modifier and Type Method Description private static booleanNumberFormatSymbolsInfo. containsChars(java.util.Collection<java.lang.Character> characters, CharSet set) -
Uses of CharSet in ch.randelshofer.fastdoubleparser.chr
Classes in ch.randelshofer.fastdoubleparser.chr that implement CharSet Modifier and Type Class Description (package private) classCharSetOfFewA set ofcharwith linear search.classCharSetOfNone(package private) classCharSetOfOne(package private) classCharToIntMapA primitive map Map<char,int>.classFormatCharSetThis format set contains all Unicode format chars.Methods in ch.randelshofer.fastdoubleparser.chr that return CharSet Modifier and Type Method Description static CharSetCharSet. copyOf(java.util.Set<java.lang.Character> set, boolean ignoreCase)Creates a newCharSetfrom the provided set.
-