public class LongMapToObj<R> extends LsaIterator<R>
| Constructor and Description |
|---|
LongMapToObj(PrimitiveIterator.OfLong iterator,
LongFunction<? extends R> mapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
R |
nextIteration() |
next, removepublic LongMapToObj(@NotNull
PrimitiveIterator.OfLong iterator,
@NotNull
LongFunction<? extends R> mapper)
public boolean hasNext()
public R nextIteration()
nextIteration in class LsaIterator<R>