au.id.pbw.hyfo.hyph
Class ShortTernaryTree.TernaryIterator
java.lang.Object
au.id.pbw.hyfo.hyph.ShortTernaryTree.TernaryIterator
- All Implemented Interfaces:
- Iterator<TreeElement>
- Enclosing class:
- ShortTernaryTree
public class ShortTernaryTree.TernaryIterator
- extends Object
- implements Iterator<TreeElement>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Q_CAPACITY
public static final int Q_CAPACITY
- See Also:
- Constant Field Values
FAIR
public static final boolean FAIR
- See Also:
- Constant Field Values
ShortTernaryTree.TernaryIterator
public ShortTernaryTree.TernaryIterator()
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.