Uses of Interface
ch.randelshofer.fastdoubleparser.chr.CharTrie
-
Packages that use CharTrie Package Description ch.randelshofer.fastdoubleparser Provides fast parsers for JavaFloatingPointLiterals, and JSONnumbers.ch.randelshofer.fastdoubleparser.chr This is a module-private package. -
-
Uses of CharTrie in ch.randelshofer.fastdoubleparser
Fields in ch.randelshofer.fastdoubleparser declared as CharTrie Modifier and Type Field Description private CharTrieAbstractConfigurableFloatingPointBitsFromCharArray. exponentSeparatorprivate CharTrieAbstractConfigurableFloatingPointBitsFromCharSequence. exponentSeparatorTrieprivate CharTrieAbstractConfigurableFloatingPointBitsFromCharArray. infinityprivate CharTrieAbstractConfigurableFloatingPointBitsFromCharSequence. infinityTrieprivate CharTrieAbstractConfigurableFloatingPointBitsFromCharArray. nanprivate CharTrieAbstractConfigurableFloatingPointBitsFromCharSequence. nanTrie -
Uses of CharTrie in ch.randelshofer.fastdoubleparser.chr
Classes in ch.randelshofer.fastdoubleparser.chr that implement CharTrie Modifier and Type Class Description (package private) classCharTrieOfFewA trie for testing if a String is contained in a set of Strings.(package private) classCharTrieOfFewIgnoreCaseA trie for testing if a String is contained in a set of Strings.(package private) classCharTrieOfNone(package private) classCharTrieOfOne(package private) classCharTrieOfOneSingleCharMethods in ch.randelshofer.fastdoubleparser.chr that return CharTrie Modifier and Type Method Description static CharTrieCharTrie. copyOf(java.util.Set<java.lang.String> set, boolean ignoreCase)Creates a newCharTriefrom the provided set.
-