public class DoublePeek extends PrimitiveIterator.OfDouble
| Constructor and Description |
|---|
DoublePeek(PrimitiveIterator.OfDouble iterator,
DoubleConsumer action) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
double |
nextDouble() |
next, removepublic DoublePeek(@NotNull
PrimitiveIterator.OfDouble iterator,
@NotNull
DoubleConsumer action)
public boolean hasNext()
public double nextDouble()
nextDouble in class PrimitiveIterator.OfDouble