public abstract static class PrimitiveExtIterator.OfDouble extends PrimitiveIterator.OfDouble
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
hasNext |
protected boolean |
isInit |
protected double |
next |
| Constructor and Description |
|---|
OfDouble() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
double |
nextDouble() |
protected abstract void |
nextIteration() |
next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected double next
protected boolean hasNext
protected boolean isInit
public boolean hasNext()
public double nextDouble()
nextDouble in class PrimitiveIterator.OfDoubleprotected abstract void nextIteration()
Copyright © 2017. All rights reserved.