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
Enclosing class:
TernaryTree

public class TernaryTree.Iterator
extends Object
implements Enumeration


Constructor Summary
TernaryTree.Iterator()
           
 
Method Summary
 char getValue()
           
 boolean hasMoreElements()
           
 Object 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 Object nextElement()
Specified by:
nextElement in interface Enumeration

getValue

public char getValue()

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration


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