
public abstract class MappingIterator<I,O> extends IterableIterator<O>
| Modifier and Type | Field and Description |
|---|---|
protected Iterator<? extends I> |
iterator |
| Constructor and Description |
|---|
MappingIterator(Iterator<? extends I> iterator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
abstract O |
map(I item) |
O |
next() |
void |
remove() |
iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorCopyright © 2017. All rights reserved.