public static class PrimitiveIndexedIterator.OfInt extends PrimitiveIterator.OfInt
| Constructor and Description |
|---|
OfInt(int start,
int step,
PrimitiveIterator.OfInt iterator) |
OfInt(PrimitiveIterator.OfInt iterator) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
boolean |
hasNext() |
int |
nextInt() |
next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic OfInt(PrimitiveIterator.OfInt iterator)
public OfInt(int start,
int step,
PrimitiveIterator.OfInt iterator)
public int getIndex()
public boolean hasNext()
public int nextInt()
nextInt in class PrimitiveIterator.OfIntCopyright © 2018. All rights reserved.