Class ByteTrieOfOne
java.lang.Object
ch.randelshofer.fastdoubleparser.bte.ByteTrieOfOne
- All Implemented Interfaces:
ByteTrie
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
chars
private final byte[] chars
-
-
Constructor Details
-
ByteTrieOfOne
-
-
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.
-