public class SkipIterator<T> extends AbstractIterator<T>
current, exhausted, iterator, loaded
Constructor and Description |
---|
SkipIterator(Iterator<T> parentIterator,
int numberToSkip) |
Modifier and Type | Method and Description |
---|---|
protected void |
loadNext() |
hasNext, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected void loadNext()
loadNext
in class AbstractIterator<T>