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