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, next
remove
iterator
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
forEach, spliterator
Copyright © 2017. All rights reserved.