Package com.lexmark.saperion.search
Class PagedIterator<EntryType,ExceptionType extends com.lexmark.saperion.exceptions.EcmException>
java.lang.Object
com.lexmark.saperion.search.PagedIterator<EntryType,ExceptionType>
- All Implemented Interfaces:
Iterator<EntryType>
-
Constructor Summary
ConstructorsConstructorDescriptionPagedIterator
(int pageSize, EcmSearchFunction<EntryType, ExceptionType> supplier) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove