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