public abstract class ByteTrieInnerNode<T> extends Object implements ByteTrieNode<T>
| Constructor and Description |
|---|
ByteTrieInnerNode(T attached) |
| Modifier and Type | Method and Description |
|---|---|
T |
getAttached() |
ByteTrieNode<T> |
getLink() |
void |
link(ByteTrieNode<T> node) |
ByteTrieNode<T> |
nextNode(byte[] bytes) |
ByteTrieNode<T> |
nextNode(byte[] bytes,
int start) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlternatives, nextNodepublic ByteTrieInnerNode(T attached)
public void link(ByteTrieNode<T> node)
link in interface ByteTrieNode<T>public ByteTrieNode<T> getLink()
getLink in interface ByteTrieNode<T>public T getAttached()
getAttached in interface ByteTrieNode<T>public ByteTrieNode<T> nextNode(byte[] bytes)
nextNode in interface ByteTrieNode<T>public ByteTrieNode<T> nextNode(byte[] bytes, int start)
nextNode in interface ByteTrieNode<T>Copyright © 2017. All rights reserved.