public class InstructionList.InstructionListIterator extends java.lang.Object implements java.util.Iterator<Instruction>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Instruction |
next() |
void |
remove() |
void |
restart() |
public boolean hasNext()
hasNext in interface java.util.Iterator<Instruction>public Instruction next()
next in interface java.util.Iterator<Instruction>public void remove()
remove in interface java.util.Iterator<Instruction>public void restart()