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