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