Package org.ametys.cms.search
Interface SearchResultsIterator<E>
-
- Type Parameters:
E
- the type of elements returned by this iterator
- All Superinterfaces:
Iterator<E>
public interface SearchResultsIterator<E> extends Iterator<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
skip(long skipNum)
Skip a number of elements in the iterator.-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-
-
-
Method Detail
-
skip
void skip(long skipNum)
Skip a number of elements in the iterator.- Parameters:
skipNum
- the non-negative number of elements to skip
-
-