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