Uses of Interface
ch.randelshofer.fastdoubleparser.bte.ByteSet
-
Packages that use ByteSet Package Description ch.randelshofer.fastdoubleparser Provides fast parsers for JavaFloatingPointLiterals, and JSONnumbers.ch.randelshofer.fastdoubleparser.bte This is a module-private package. -
-
Uses of ByteSet in ch.randelshofer.fastdoubleparser
Fields in ch.randelshofer.fastdoubleparser declared as ByteSet Modifier and Type Field Description private ByteSetAbstractConfigurableFloatingPointBitsFromByteArrayAscii. decimalSeparatorprivate ByteSetAbstractConfigurableFloatingPointBitsFromByteArrayAscii. groupingSeparatorprivate ByteSetAbstractConfigurableFloatingPointBitsFromByteArrayAscii. minusSignprivate ByteSetAbstractConfigurableFloatingPointBitsFromByteArrayAscii. plusSign -
Uses of ByteSet in ch.randelshofer.fastdoubleparser.bte
Classes in ch.randelshofer.fastdoubleparser.bte that implement ByteSet Modifier and Type Class Description (package private) classByteSetOfFewA set ofcharwith linear search.(package private) classByteSetOfNone(package private) classByteSetOfOne(package private) classByteToIntMapA primitive map Map<char,int>.Methods in ch.randelshofer.fastdoubleparser.bte that return ByteSet Modifier and Type Method Description static ByteSetByteSet. copyOf(java.util.Set<java.lang.Character> set, boolean ignoreCase)Creates a newByteSetfrom the provided set.
-