public static class AbstractPageableIterator.Pager<T>
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Pager()
Instantiates a new pager.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends T> |
doPage(AbstractPageableIterator<T> abstractPageableIterator,
int currentPosition,
int pageSize)
Do page.
|
public java.util.List<? extends T> doPage(AbstractPageableIterator<T> abstractPageableIterator, int currentPosition, int pageSize)
abstractPageableIterator
- the abstract pageable iteratorcurrentPosition
- the current positionpageSize
- the page size