public class ByteTrieArrayNode<T> extends ByteTrieInnerNode<T> implements ByteTrieNode<T>
| Constructor and Description |
|---|
ByteTrieArrayNode(ByteObjectMap<ByteTrieNode<T>> nexts,
T attached) |
| Modifier and Type | Method and Description |
|---|---|
static <T> int |
computeArraySize(ByteObjectMap<ByteTrieNode<T>> nexts) |
byte[] |
getAlternatives() |
ByteTrieNode<T> |
nextNode(byte b) |
getAttached, getLink, link, nextNode, nextNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttached, getLink, link, nextNode, nextNodepublic ByteTrieArrayNode(ByteObjectMap<ByteTrieNode<T>> nexts, T attached)
public static <T> int computeArraySize(ByteObjectMap<ByteTrieNode<T>> nexts)
public ByteTrieNode<T> nextNode(byte b)
nextNode in interface ByteTrieNode<T>public byte[] getAlternatives()
getAlternatives in interface ByteTrieNode<T>Copyright © 2017. All rights reserved.