public class IteratorPrimitiveDoubleWrapper
extends java.lang.Object
implements java.util.PrimitiveIterator.OfDouble
Constructor and Description |
---|
IteratorPrimitiveDoubleWrapper(java.util.Iterator<java.lang.Double> it) |
Modifier and Type | Method and Description |
---|---|
void |
forEachRemaining(java.util.function.Consumer<? super java.lang.Double> c) |
boolean |
hasNext() |
double |
nextDouble() |
public IteratorPrimitiveDoubleWrapper(java.util.Iterator<java.lang.Double> it)
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.lang.Double>
public double nextDouble()
nextDouble
in interface java.util.PrimitiveIterator.OfDouble
public void forEachRemaining(java.util.function.Consumer<? super java.lang.Double> c)
forEachRemaining
in interface java.util.Iterator<java.lang.Double>
forEachRemaining
in interface java.util.PrimitiveIterator.OfDouble