public abstract static class PrimitiveExtIterator.OfInt extends PrimitiveIterator.OfInt
Modifier and Type | Field and Description |
---|---|
protected boolean |
hasNext |
protected boolean |
isInit |
protected int |
next |
Constructor and Description |
---|
OfInt() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
int |
nextInt() |
protected abstract void |
nextIteration() |
next, remove
protected int next
protected boolean hasNext
protected boolean isInit
public boolean hasNext()
public int nextInt()
nextInt
in class PrimitiveIterator.OfInt
protected abstract void nextIteration()