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