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