|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.forester.phylogeny.iterators.PostorderTreeIterator
public class PostorderTreeIterator
Constructor Summary | |
---|---|
PostorderTreeIterator(Phylogeny tree)
|
Method Summary | |
---|---|
boolean |
hasNext()
DOCUMENT ME! |
PhylogenyNode |
next()
Advances the Iterator by one. |
void |
remove()
Not supported. |
void |
reset()
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PostorderTreeIterator(Phylogeny tree) throws IllegalArgumentException
t
- Phylogeny for which a Iterator is to be constructed.
IllegalArgumentException
Method Detail |
---|
public boolean hasNext()
hasNext
in interface Iterator<PhylogenyNode>
hasNext
in interface PhylogenyNodeIterator
public PhylogenyNode next() throws NoSuchElementException
next
in interface Iterator<PhylogenyNode>
next
in interface PhylogenyNodeIterator
NoSuchElementException
public void remove()
remove
in interface Iterator<PhylogenyNode>
public void reset()
reset
in interface PhylogenyNodeIterator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |