public class ObjMapToLong<T> extends PrimitiveIterator.OfLong
| Constructor and Description |
|---|
ObjMapToLong(java.util.Iterator<? extends T> iterator,
ToLongFunction<? super T> mapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
long |
nextLong() |
next, removepublic ObjMapToLong(@NotNull
java.util.Iterator<? extends T> iterator,
@NotNull
ToLongFunction<? super T> mapper)
public boolean hasNext()
public long nextLong()
nextLong in class PrimitiveIterator.OfLong