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