Uses of Class
ch.randelshofer.fastdoubleparser.chr.CharTrieNode
Packages that use CharTrieNode
-
Uses of CharTrieNode in ch.randelshofer.fastdoubleparser.chr
Fields in ch.randelshofer.fastdoubleparser.chr declared as CharTrieNodeModifier and TypeFieldDescriptionprivate CharTrieNode[]CharTrieNode.childrenprivate CharTrieNodeCharTrieOfFew.rootprivate CharTrieNodeCharTrieOfFewIgnoreCase.rootMethods in ch.randelshofer.fastdoubleparser.chr that return CharTrieNodeModifier and TypeMethodDescriptionCharTrieNode.get(char ch) Gets the child not for the given character, if it exists.CharTrieNode.insert(char ch) Insert a character into this node if it does not already exist.CharTrieNode.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 CharTrieNodeModifier and TypeMethodDescriptionCharTrieNode.insert(char ch, CharTrieNode forcedNode) Insert a character into this node if it does not already exist.