| Package | Description |
|---|---|
| weka.core |
| Modifier and Type | Method and Description |
|---|---|
Trie.TrieNode |
Trie.TrieNode.find(String suffix)
returns the node with the given suffix
|
Trie.TrieNode |
Trie.getRoot()
returns the root node of the trie
|
| Constructor and Description |
|---|
TrieIterator(Trie.TrieNode node)
initializes the iterator
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.