Package org.ametys.cms.search
Interface SearchResultsIterator<E>
- Type Parameters:
E
- the type of elements returned by this iterator
- All Superinterfaces:
Iterator<E>
-
Method Details
-
skip
Skip a number of elements in the iterator.- Parameters:
skipNum
- the non-negative number of elements to skip
-