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