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, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected int next
protected boolean hasNext
protected boolean isInit
public boolean hasNext()
public int nextInt()
nextInt in class PrimitiveIterator.OfIntprotected abstract void nextIteration()
Copyright © 2018. All rights reserved.