static class PosInProgram.PosArrayIntIterator extends java.lang.Object implements IntIterator
| Modifier and Type | Field and Description |
|---|---|
private int |
next |
private PosInProgram |
pip |
| Constructor and Description |
|---|
PosArrayIntIterator(PosInProgram pip) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
int |
next() |
private final PosInProgram pip
private int next
public PosArrayIntIterator(PosInProgram pip)
public boolean hasNext()
hasNext in interface IntIteratorpublic int next()
next in interface IntIterator