Class ByteTrieOfFew
java.lang.Object
ch.randelshofer.fastdoubleparser.bte.ByteTrieOfFew
- All Implemented Interfaces:
ByteTrie
-
Field Details
-
root
-
-
Constructor Details
-
ByteTrieOfFew
-
-
Method Details
-
add
-
match
public int match(byte[] str, int startIndex, int endIndex) Description copied from interface:ByteTrieSearches for the longest matching string in the trie that matches the provided string.
-