
public abstract class SelectingMappingIterator<I,O> extends LookaheadIterator<O>
| Modifier and Type | Field and Description |
|---|---|
protected Iterator<I> |
iterator |
hasNext, nextItem| Constructor and Description |
|---|
SelectingMappingIterator(Iterator<I> iterator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
lookahead() |
abstract O |
map(I item) |
abstract boolean |
select(I item) |
hasNext, nextremoveiteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorCopyright © 2017. All rights reserved.