public abstract class WindowingIterator<T,S> extends DelegatingMappingIterator<T,S>
iterator
Constructor and Description |
---|
WindowingIterator(java.util.Iterator<T> iterator,
int window,
int step) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
S |
next() |
void |
remove() |
protected abstract S |
toSequence(java.util.List<T> list) |