au.id.pbw.hyfo.hyph
Class ShortTernaryTree.TernaryIterator

java.lang.Object
  extended by au.id.pbw.hyfo.hyph.ShortTernaryTree.TernaryIterator
All Implemented Interfaces:
Iterator<TreeElement>
Enclosing class:
ShortTernaryTree

public class ShortTernaryTree.TernaryIterator
extends Object
implements Iterator<TreeElement>


Field Summary
static boolean FAIR
           
static int Q_CAPACITY
           
 
Constructor Summary
ShortTernaryTree.TernaryIterator()
           
 
Method Summary
 boolean hasNext()
           
 TreeElement next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Q_CAPACITY

public static final int Q_CAPACITY
See Also:
Constant Field Values

FAIR

public static final boolean FAIR
See Also:
Constant Field Values
Constructor Detail

ShortTernaryTree.TernaryIterator

public ShortTernaryTree.TernaryIterator()
Method Detail

next

public TreeElement next()
Specified by:
next in interface Iterator<TreeElement>

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<TreeElement>

remove

public void remove()
Specified by:
remove in interface Iterator<TreeElement>


Copyright © 2005-2006 Peter B. West.