public static interface PrimitiveIterator.OfDouble extends PrimitiveIterator<Double,DoubleConsumer>
double
values.PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong
Modifier and Type | Method and Description |
---|---|
double |
nextDouble()
Returns the next
double element in the iteration. |
forEachRemaining
forEachRemaining, hasNext, next, remove
double nextDouble()
double
element in the iteration.double
element in the iterationNoSuchElementException
- if the iteration has no more elementsCopyright © 2015. All rights reserved.