Uses of Class
ch.randelshofer.fastdoubleparser.bte.ByteTrieNode
-
Packages that use ByteTrieNode Package Description ch.randelshofer.fastdoubleparser.bte This is a module-private package. -
-
Uses of ByteTrieNode in ch.randelshofer.fastdoubleparser.bte
Fields in ch.randelshofer.fastdoubleparser.bte declared as ByteTrieNode Modifier and Type Field Description private ByteTrieNode[]ByteTrieNode. childrenprivate ByteTrieNodeByteTrieOfFew. rootprivate ByteTrieNodeByteTrieOfFewIgnoreCase. rootMethods in ch.randelshofer.fastdoubleparser.bte that return ByteTrieNode Modifier and Type Method Description ByteTrieNodeByteTrieNode. get(byte ch)Gets the child not for the given character, if it exists.ByteTrieNodeByteTrieNode. insert(byte ch)Insert a character into this node if it does not already exist.ByteTrieNodeByteTrieNode. 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 ByteTrieNode Modifier and Type Method Description ByteTrieNodeByteTrieNode. insert(byte ch, ByteTrieNode forcedNode)Insert a character into this node if it does not already exist.
-