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