Class TrieNode
java.lang.Object
com.twelfthmile.yuga.types.TrieNode
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TrieNode
public TrieNode()
-
-
Method Details
-
hasNext
public boolean hasNext(char ch) -
get
-
put
-
setEnd
public void setEnd() -
isEnd
public boolean isEnd() -
setLabel
-
getLabel
-