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