org.apache.lucene.analysis.compound.hyphenation
Class TernaryTree.Iterator

java.lang.Object
  extended by org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
All Implemented Interfaces:
Enumeration<String>
Enclosing class:
TernaryTree

public class TernaryTree.Iterator
extends Object
implements Enumeration<String>


Constructor Summary
TernaryTree.Iterator()
           
 
Method Summary
 char getValue()
           
 boolean hasMoreElements()
           
 String nextElement()
           
 void rewind()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TernaryTree.Iterator

public TernaryTree.Iterator()
Method Detail

rewind

public void rewind()

nextElement

public String nextElement()
Specified by:
nextElement in interface Enumeration<String>

getValue

public char getValue()

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration<String>


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.