|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectprefuse.data.search.Trie.TrieNode
prefuse.data.search.Trie.TrieLeaf
public class Trie.TrieLeaf
A TrieNode implementation representing a leaf in the tree. The class stores the word and tuple for the leaf, as well as a reference to the successor leaf node in the trie.
| Constructor Summary | |
|---|---|
Trie.TrieLeaf(java.lang.String word,
Tuple t)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Trie.TrieLeaf(java.lang.String word,
Tuple t)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||