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