Package | Description |
---|---|
prefuse.data.search |
Text search support for prefix, keyword, and regular expression searches.
|
Modifier and Type | Class and Description |
---|---|
class |
Trie.TrieBranch
A TrieNode implementation representing a branch in the tree.
|
class |
Trie.TrieLeaf
A TrieNode implementation representing a leaf in the tree.
|
Modifier and Type | Method and Description |
---|---|
Trie.TrieNode |
Trie.find(java.lang.String word)
Look up the given word in this Trie.
|
Constructor and Description |
---|
Trie.TrieIterator(Trie.TrieNode node) |
Copyright ? 2013 Regents of the University of California