public abstract static class PrimitiveExtIterator.OfLong extends PrimitiveIterator.OfLong
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
hasNext |
protected boolean |
isInit |
protected long |
next |
| Constructor and Description |
|---|
OfLong() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
protected abstract void |
nextIteration() |
long |
nextLong() |
next, removeprotected long next
protected boolean hasNext
protected boolean isInit
public boolean hasNext()
public long nextLong()
nextLong in class PrimitiveIterator.OfLongprotected abstract void nextIteration()