public class TransformingIteratorForIndexedFunction<T,U> extends TransformingIterator<T,U>
index, inputIteratorcurrent, exhausted, iterator, loaded| Constructor and Description |
|---|
TransformingIteratorForIndexedFunction(Iterator<T> iterator,
IndexedFunction<T,U> mapping) |
| Modifier and Type | Method and Description |
|---|---|
protected U |
getMappedValue(T next) |
protected void |
setDelegate(T next) |
loadNexthasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic TransformingIteratorForIndexedFunction(Iterator<T> iterator, IndexedFunction<T,U> mapping)
protected void setDelegate(T next)
setDelegate in class TransformingIterator<T,U>protected U getMappedValue(T next)
getMappedValue in class TransformingIterator<T,U>