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