public class TrieNode extends Object
TrieNode()
TrieNode
get(char ch)
String
getLabel()
boolean
hasNext(char ch)
isEnd()
void
put(char ch, TrieNode node)
setEnd()
setLabel(String str)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TrieNode()
public boolean hasNext(char ch)
public TrieNode get(char ch)
public void put(char ch, TrieNode node)
public void setEnd()
public boolean isEnd()
public void setLabel(String str)
public String getLabel()