public abstract class PairingIterator<T,E> extends DelegatingMappingIterator<T,E>
iterator
Constructor and Description |
---|
PairingIterator(java.util.Iterator<T> iterator,
int step) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
E |
next() |
protected abstract E |
pair(T first,
T second) |
void |
remove() |