public class CharTrieMapNode<T> extends CharTrieInnerNode<T> implements CharTrieNode<T>
| Constructor and Description |
|---|
CharTrieMapNode(CharObjectMap<CharTrieNode<T>> nexts,
T attached) |
| Modifier and Type | Method and Description |
|---|---|
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 CharTrieMapNode(CharObjectMap<CharTrieNode<T>> nexts, T attached)
public CharTrieNode<T> nextNode(char c)
nextNode in interface CharTrieNode<T>public char[] getAlternatives()
getAlternatives in interface CharTrieNode<T>Copyright © 2017. All rights reserved.