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, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic 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.OfLongCopyright © 2018. All rights reserved.