Class TernaryTree.Iterator
java.lang.Object
org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
- All Implemented Interfaces:
Enumeration<String>
- Enclosing class:
TernaryTree
-
Constructor Details
-
Iterator
public Iterator()
-
-
Method Details
-
rewind
public void rewind() -
nextElement
- Specified by:
nextElement
in interfaceEnumeration<String>
-
getValue
public char getValue() -
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<String>
-