public abstract class BackPeekingMappingIterator<T,U> extends DelegatingMappingIterator<T,U>
Modifier and Type | Field and Description |
---|---|
protected T |
previous |
iterator
Constructor and Description |
---|
BackPeekingMappingIterator(java.util.Iterator<T> iterator,
T replacement) |
Modifier and Type | Method and Description |
---|---|
protected abstract U |
map(T previous,
T next) |
U |
next() |
hasNext, remove