Uses of Interface
ch.randelshofer.fastdoubleparser.bte.ByteTrie
-
Packages that use ByteTrie Package Description ch.randelshofer.fastdoubleparser Provides fast parsers for JavaFloatingPointLiterals, and JSONnumbers.ch.randelshofer.fastdoubleparser.bte This is a module-private package. -
-
Uses of ByteTrie in ch.randelshofer.fastdoubleparser
Fields in ch.randelshofer.fastdoubleparser declared as ByteTrie Modifier and Type Field Description private ByteTrieAbstractConfigurableFloatingPointBitsFromByteArrayUtf8. decimalSeparatorprivate ByteTrieAbstractConfigurableFloatingPointBitsFromByteArrayAscii. exponentSeparatorprivate ByteTrieAbstractConfigurableFloatingPointBitsFromByteArrayUtf8. exponentSeparatorprivate ByteTrieAbstractConfigurableFloatingPointBitsFromByteArrayUtf8. groupingSeparatorprivate ByteTrieAbstractConfigurableFloatingPointBitsFromByteArrayAscii. infinityprivate ByteTrieAbstractConfigurableFloatingPointBitsFromByteArrayUtf8. infinityprivate ByteTrieAbstractConfigurableFloatingPointBitsFromByteArrayUtf8. minusSignprivate ByteTrieAbstractConfigurableFloatingPointBitsFromByteArrayAscii. nanprivate ByteTrieAbstractConfigurableFloatingPointBitsFromByteArrayUtf8. nanprivate ByteTrieAbstractConfigurableFloatingPointBitsFromByteArrayUtf8. plusSign -
Uses of ByteTrie in ch.randelshofer.fastdoubleparser.bte
Classes in ch.randelshofer.fastdoubleparser.bte that implement ByteTrie Modifier and Type Class Description (package private) classByteTrieOfFewA trie for testing if a String is contained in a set of Strings.(package private) classByteTrieOfFewIgnoreCaseA trie for testing if a String is contained in a set of Strings.(package private) classByteTrieOfNone(package private) classByteTrieOfOne(package private) classByteTrieOfOneSingleByteMethods in ch.randelshofer.fastdoubleparser.bte that return ByteTrie Modifier and Type Method Description static ByteTrieByteTrie. copyOf(java.util.Set<java.lang.String> set, boolean ignoreCase)Creates a newByteTriefrom the provided set.static ByteTrieByteTrie. copyOfChars(java.util.Set<java.lang.Character> set, boolean ignoreCase)Creates a newByteTriefrom the provided set.
-