public class DoubleMapToInt extends PrimitiveIterator.OfInt
| Constructor and Description |
|---|
DoubleMapToInt(PrimitiveIterator.OfDouble iterator,
DoubleToIntFunction mapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
int |
nextInt() |
next, removepublic DoubleMapToInt(@NotNull
PrimitiveIterator.OfDouble iterator,
@NotNull
DoubleToIntFunction mapper)
public boolean hasNext()
public int nextInt()
nextInt in class PrimitiveIterator.OfInt