public interface PhylogenyNodeIterator extends java.util.Iterator<PhylogenyNode>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
PhylogenyNode |
next() |
void |
reset() |
boolean hasNext()
hasNext in interface java.util.Iterator<PhylogenyNode>PhylogenyNode next() throws java.util.NoSuchElementException
next in interface java.util.Iterator<PhylogenyNode>java.util.NoSuchElementExceptionvoid reset()