|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.forester.phylogeny.iterators.ExternalForwardIterator
public class ExternalForwardIterator
| Constructor Summary | |
|---|---|
ExternalForwardIterator(Phylogeny phylogeny)
Constructor for ExternalForwardIterator. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
PhylogenyNode |
next()
|
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 ExternalForwardIterator(Phylogeny phylogeny)
throws java.lang.IllegalArgumentException
tree - the tree on which to iterate over all external nodes.
java.lang.IllegalArgumentException| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<PhylogenyNode>hasNext in interface PhylogenyNodeIterator
public PhylogenyNode next()
throws java.util.NoSuchElementException
next in interface java.util.Iterator<PhylogenyNode>next in interface PhylogenyNodeIteratorjava.util.NoSuchElementExceptionpublic void remove()
remove in interface java.util.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 | ||||||||