public class ObjMapToLong<T> extends PrimitiveIterator.OfLong
| Constructor and Description |
|---|
ObjMapToLong(Iterator<? extends T> iterator,
ToLongFunction<? super T> mapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
long |
nextLong() |
next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ObjMapToLong(Iterator<? extends T> iterator, ToLongFunction<? super T> mapper)
public boolean hasNext()
public long nextLong()
nextLong in class PrimitiveIterator.OfLongCopyright © 2018. All rights reserved.