public class SteppingIterator<T> extends DelegatingUnaryIterator<T>
iterator
Constructor and Description |
---|
SteppingIterator(java.util.Iterator<T> iterator,
int step) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
remove
public SteppingIterator(java.util.Iterator<T> iterator, int step)