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