public class ObjMapToInt<T> extends PrimitiveIterator.OfInt
| Constructor and Description |
|---|
ObjMapToInt(java.util.Iterator<? extends T> iterator,
ToIntFunction<? super T> mapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
int |
nextInt() |
next, removepublic ObjMapToInt(@NotNull
java.util.Iterator<? extends T> iterator,
@NotNull
ToIntFunction<? super T> mapper)
public boolean hasNext()
public int nextInt()
nextInt in class PrimitiveIterator.OfInt