程序包 weka.core
类 Trie.TrieIterator
java.lang.Object
weka.core.Trie.TrieIterator
- 所有已实现的接口:
Iterator<String>
,RevisionHandler
- 封闭类:
- Trie
Represents an iterator over a trie
- 版本:
- $Revision: 1.2 $
- 作者:
- fracpete (fracpete at waikato dot ac dot nz)
-
构造器概要
构造器 -
方法概要
从接口继承的方法 java.util.Iterator
forEachRemaining
-
构造器详细资料
-
TrieIterator
initializes the iterator- 参数:
node
- the node to use as root
-
-
方法详细资料
-
hasNext
public boolean hasNext()Returns true if the iteration has more elements. -
next
Returns the next element in the iteration. -
remove
public void remove()ignored -
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 返回:
- the revision
-