Uses of Class
ch.randelshofer.fastdoubleparser.bte.ByteTrieNode
Packages that use ByteTrieNode
-
Uses of ByteTrieNode in ch.randelshofer.fastdoubleparser.bte
Fields in ch.randelshofer.fastdoubleparser.bte declared as ByteTrieNodeModifier and TypeFieldDescriptionprivate ByteTrieNode[]ByteTrieNode.childrenprivate ByteTrieNodeByteTrieOfFew.rootprivate ByteTrieNodeByteTrieOfFewIgnoreCase.rootMethods in ch.randelshofer.fastdoubleparser.bte that return ByteTrieNodeModifier and TypeMethodDescriptionByteTrieNode.get(byte ch) Gets the child not for the given character, if it exists.ByteTrieNode.insert(byte ch) Insert a character into this node if it does not already exist.ByteTrieNode.insert(byte ch, ByteTrieNode forcedNode) Insert a character into this node if it does not already exist.Methods in ch.randelshofer.fastdoubleparser.bte with parameters of type ByteTrieNodeModifier and TypeMethodDescriptionByteTrieNode.insert(byte ch, ByteTrieNode forcedNode) Insert a character into this node if it does not already exist.