Uses of Interface
ch.randelshofer.fastdoubleparser.chr.CharTrie
Packages that use CharTrie
Package
Description
Provides fast parsers for Java
FloatingPointLiterals,
and JSON numbers.This is a module-private package.
-
Uses of CharTrie in ch.randelshofer.fastdoubleparser
Fields in ch.randelshofer.fastdoubleparser declared as CharTrieModifier and TypeFieldDescriptionprivate final CharTrieAbstractConfigurableFloatingPointBitsFromCharArray.exponentSeparatorprivate final CharTrieAbstractConfigurableFloatingPointBitsFromCharSequence.exponentSeparatorTrieprivate final CharTrieAbstractConfigurableFloatingPointBitsFromCharArray.infinityprivate final CharTrieAbstractConfigurableFloatingPointBitsFromCharSequence.infinityTrieprivate final CharTrieAbstractConfigurableFloatingPointBitsFromCharArray.nanprivate final CharTrieAbstractConfigurableFloatingPointBitsFromCharSequence.nanTrie -
Uses of CharTrie in ch.randelshofer.fastdoubleparser.chr
Classes in ch.randelshofer.fastdoubleparser.chr that implement CharTrieModifier and TypeClassDescription(package private) final classA trie for testing if a String is contained in a set of Strings.(package private) final classA trie for testing if a String is contained in a set of Strings.(package private) final class(package private) final class(package private) final classMethods in ch.randelshofer.fastdoubleparser.chr that return CharTrie