public interface ByteTrieNode<T>
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAlternatives() |
T |
getAttached() |
ByteTrieNode<T> |
getLink() |
void |
link(ByteTrieNode<T> node) |
ByteTrieNode<T> |
nextNode(byte b) |
ByteTrieNode<T> |
nextNode(byte[] bytes) |
ByteTrieNode<T> |
nextNode(byte[] bytes,
int start) |
ByteTrieNode<T> nextNode(byte b)
ByteTrieNode<T> nextNode(byte[] bytes)
ByteTrieNode<T> nextNode(byte[] bytes, int start)
T getAttached()
byte[] getAlternatives()
void link(ByteTrieNode<T> node)
ByteTrieNode<T> getLink()
Copyright © 2017. All rights reserved.