public class ByteTrieTerminalNode<T> extends ByteTrieLeafNode<T> implements ByteTrieNode<T>
| Constructor and Description |
|---|
ByteTrieTerminalNode(T attached) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAlternatives() |
T |
getAttached() |
int |
length() |
ByteTrieNode<T> |
nextNode(byte b) |
ByteTrieNode<T> |
nextNode(byte[] bytes) |
ByteTrieNode<T> |
nextNode(byte[] bytes,
int i) |
getLink, linkclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLink, linkpublic ByteTrieTerminalNode(T attached)
public int length()
length in class ByteTrieLeafNode<T>public ByteTrieNode<T> nextNode(byte b)
nextNode in interface ByteTrieNode<T>public ByteTrieNode<T> nextNode(byte[] bytes)
nextNode in interface ByteTrieNode<T>public ByteTrieNode<T> nextNode(byte[] bytes, int i)
nextNode in interface ByteTrieNode<T>public T getAttached()
getAttached in interface ByteTrieNode<T>public byte[] getAlternatives()
getAlternatives in interface ByteTrieNode<T>Copyright © 2017. All rights reserved.