|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object prefuse.data.search.Trie.TrieNode prefuse.data.search.Trie.TrieBranch
public class Trie.TrieBranch
A TrieNode implementation representing a branch in the tree. The class maintains a list of characters (the next character in the prefix) and associated children TrieNodes for each.
Constructor Summary | |
---|---|
Trie.TrieBranch()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Trie.TrieBranch()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |