edu.msu.cme.rdp.classifier.comparison
Class AbstractNode.TaxonIterator
java.lang.Object
edu.msu.cme.rdp.classifier.comparison.AbstractNode.TaxonIterator
- All Implemented Interfaces:
- java.util.Iterator
- Enclosing class:
- AbstractNode
class AbstractNode.TaxonIterator
- extends java.lang.Object
- implements java.util.Iterator
An Iterator of the BrowserNode. Returns the next node.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
depth
private int depth
root
private AbstractNode root
onDeck
private AbstractNode onDeck
ROOT_INDENT
private final int ROOT_INDENT
- See Also:
- Constant Field Values
AbstractNode.TaxonIterator
public AbstractNode.TaxonIterator(int depth)
next
public java.lang.Object next()
- Specified by:
next
in interface java.util.Iterator
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface java.util.Iterator
getNextElement
private AbstractNode getNextElement()
remove
public void remove()
throws java.lang.UnsupportedOperationException
- Specified by:
remove
in interface java.util.Iterator
- Throws:
java.lang.UnsupportedOperationException