public static class PrimitiveIndexedIterator.OfLong extends PrimitiveIterator.OfLong
| Constructor and Description |
|---|
OfLong(int start,
int step,
PrimitiveIterator.OfLong iterator) |
OfLong(PrimitiveIterator.OfLong iterator) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
boolean |
hasNext() |
long |
nextLong() |
next, removepublic OfLong(PrimitiveIterator.OfLong iterator)
public OfLong(int start,
int step,
PrimitiveIterator.OfLong iterator)
public int getIndex()
public boolean hasNext()
public long nextLong()
nextLong in class PrimitiveIterator.OfLong