Class PageIterator<T>
java.lang.Object
com.e1c.langtool.history.db.pagination.PageIterator<T>
An iterator of pages.
-
Constructor Summary
ConstructorsConstructorDescriptionPageIterator(IPageLoader<T> pageLoader, IPageable pageable, long totalSize) Creates a new page iterator. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
PageIterator
Creates a new page iterator.- Parameters:
pageLoader- the loader to load a new pages while iteratingpageable- the pageable object that defines the start position and the step of iteratingtotalSize- the total amount of elements
-
-
Method Details