E - public class SkipIterator<E> extends java.lang.Object implements CloseableIterator<E>
| Constructor and Description |
|---|
SkipIterator(java.util.Iterator<E> inner,
int skip,
int count) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
E |
next() |
void |
remove() |
public SkipIterator(java.util.Iterator<E> inner, int skip, int count)
public boolean hasNext()
hasNext in interface java.util.Iterator<E>public void remove()
remove in interface java.util.Iterator<E>public void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception