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