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