Class ByteTrieOfNone
java.lang.Object
ch.randelshofer.fastdoubleparser.bte.ByteTrieOfNone
- All Implemented Interfaces:
ByteTrie
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ByteTrieOfNone
ByteTrieOfNone()
-
-
Method Details
-
match
public int match(byte[] str) Description copied from interface:ByteTrieSearches for the longest matching string in the trie that matches the provided string. -
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.
-