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:
java.util.Iterator<EntryType>
public class PagedIterator<EntryType,ExceptionType extends com.lexmark.saperion.exceptions.EcmException> extends java.lang.Object implements java.util.Iterator<EntryType>
-
-
Constructor Summary
Constructors Constructor Description PagedIterator(int pageSize, EcmSearchFunction<EntryType,ExceptionType> supplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
EntryType
next()
-
-
-
Constructor Detail
-
PagedIterator
public PagedIterator(int pageSize, EcmSearchFunction<EntryType,ExceptionType> supplier)
-
-