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