|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.forester.phylogeny.iterators.PostorderTreeIterator
public final class PostorderTreeIterator
| Constructor Summary | |
|---|---|
PostorderTreeIterator(Phylogeny tree)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
PhylogenyNode |
next()
Advances the Iterator by one. |
void |
remove()
|
void |
reset()
|
| 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 java.lang.IllegalArgumentException
t - Phylogeny for which a Iterator is to be constructed.
java.lang.IllegalArgumentException| Method Detail |
|---|
public final boolean hasNext()
hasNext in interface java.util.Iterator<PhylogenyNode>hasNext in interface PhylogenyNodeIterator
public final PhylogenyNode next()
throws java.util.NoSuchElementException
next in interface java.util.Iterator<PhylogenyNode>next in interface PhylogenyNodeIteratorjava.util.NoSuchElementExceptionpublic final void remove()
remove in interface java.util.Iterator<PhylogenyNode>public final void reset()
reset in interface PhylogenyNodeIterator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||