public class FlatMapIteratorForFunction<T,U> extends FlatMapIterator<T,U>
index, inputIterator, pushbackcurrent, exhausted, iterator, loaded| Constructor and Description |
|---|
FlatMapIteratorForFunction(Iterator<T> iterator,
Function<T,? extends Collection<U>> mapping) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<U> |
performMapping(T next) |
protected void |
setDelegate(T next) |
loadNexthasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected void setDelegate(T next)
setDelegate in class FlatMapIterator<T,U>protected Collection<U> performMapping(T next)
performMapping in class FlatMapIterator<T,U>