public class IntMapToLong extends PrimitiveIterator.OfLong
| Constructor and Description |
|---|
IntMapToLong(PrimitiveIterator.OfInt iterator,
IntToLongFunction mapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
long |
nextLong() |
next, removepublic IntMapToLong(@NotNull
PrimitiveIterator.OfInt iterator,
@NotNull
IntToLongFunction mapper)
public boolean hasNext()
public long nextLong()
nextLong in class PrimitiveIterator.OfLong