public class IndexingMappingIterator<T,U> extends DelegatingReferenceIterator<T,U>
iterator
Constructor and Description |
---|
IndexingMappingIterator(java.util.Iterator<T> iterator,
ObjLongFunction<? super T,? extends U> mapper) |
Modifier and Type | Method and Description |
---|---|
U |
next() |
hasNext, remove
public IndexingMappingIterator(java.util.Iterator<T> iterator, ObjLongFunction<? super T,? extends U> mapper)
public U next()