Class TernaryTreeNode
- java.lang.Object
-
- org.apache.lucene.search.suggest.tst.TernaryTreeNode
-
public class TernaryTreeNode extends java.lang.Object
The class creates a TST node.
-
-
Constructor Summary
Constructors Constructor Description TernaryTreeNode()
Creates a new empty node
-