public class WindowingIntIterator extends DelegatingTransformingIterator<java.lang.Integer,IntIterator,IntSequence>
iterator
Constructor and Description |
---|
WindowingIntIterator(IntIterator iterator,
int window,
int step) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
IntSequence |
next() |
void |
remove() |
public WindowingIntIterator(IntIterator iterator, int window, int step)
public boolean hasNext()
hasNext
in interface java.util.Iterator<IntSequence>
hasNext
in class DelegatingTransformingIterator<java.lang.Integer,IntIterator,IntSequence>
public IntSequence next()
public void remove()
remove
in interface java.util.Iterator<IntSequence>
remove
in class DelegatingTransformingIterator<java.lang.Integer,IntIterator,IntSequence>