E
- the type of elements returned by this iteratorpublic interface SearchResultsIterator<E> extends Iterator<E>
Modifier and Type | Method and Description |
---|---|
void |
skip(long skipNum)
Skip a number of elements in the iterator.
|
forEachRemaining, hasNext, next, remove
void skip(long skipNum)
skipNum
- the non-negative number of elements to skip