Uses of Class
ch.randelshofer.fastdoubleparser.chr.CharTrieNode
-
Packages that use CharTrieNode Package Description ch.randelshofer.fastdoubleparser.chr This is a module-private package. -
-
Uses of CharTrieNode in ch.randelshofer.fastdoubleparser.chr
Fields in ch.randelshofer.fastdoubleparser.chr declared as CharTrieNode Modifier and Type Field Description private CharTrieNode[]CharTrieNode. childrenprivate CharTrieNodeCharTrieOfFew. rootprivate CharTrieNodeCharTrieOfFewIgnoreCase. rootMethods in ch.randelshofer.fastdoubleparser.chr that return CharTrieNode Modifier and Type Method Description CharTrieNodeCharTrieNode. get(char ch)Gets the child not for the given character, if it exists.CharTrieNodeCharTrieNode. insert(char ch)Insert a character into this node if it does not already exist.CharTrieNodeCharTrieNode. insert(char ch, CharTrieNode forcedNode)Insert a character into this node if it does not already exist.Methods in ch.randelshofer.fastdoubleparser.chr with parameters of type CharTrieNode Modifier and Type Method Description CharTrieNodeCharTrieNode. insert(char ch, CharTrieNode forcedNode)Insert a character into this node if it does not already exist.
-