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