|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Trie.TrieNode | |
|---|---|
| prefuse.data.search | Text search support for prefix, keyword, and regular expression searches. |
| Uses of Trie.TrieNode in prefuse.data.search |
|---|
| Subclasses of Trie.TrieNode in prefuse.data.search | |
|---|---|
class |
Trie.TrieBranch
A TrieNode implementation representing a branch in the tree. |
class |
Trie.TrieLeaf
A TrieNode implementation representing a leaf in the tree. |
| Methods in prefuse.data.search that return Trie.TrieNode | |
|---|---|
Trie.TrieNode |
Trie.find(java.lang.String word)
Look up the given word in this Trie. |
| Constructors in prefuse.data.search with parameters of type Trie.TrieNode | |
|---|---|
Trie.TrieIterator(Trie.TrieNode node)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||