public static class PositionList.PosListIterator extends java.lang.Object implements java.util.Iterator<MultiStagePosition>
Constructor and Description |
---|
PosListIterator(PositionList list) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
MultiStagePosition |
next() |
void |
remove() |
public PosListIterator(PositionList list)
public boolean hasNext()
hasNext
in interface java.util.Iterator<MultiStagePosition>
public MultiStagePosition next() throws java.util.NoSuchElementException
next
in interface java.util.Iterator<MultiStagePosition>
java.util.NoSuchElementException
public void remove()
remove
in interface java.util.Iterator<MultiStagePosition>