Add int getPageSize() to PagedList

This commit is contained in:
Robin Bygrave
2015-08-01 08:42:37 +12:00
parent b526d07eed
commit 1dc8a7f314
@@ -159,6 +159,11 @@ public interface PagedList<T> {
*/
int getPageIndex();
/**
* Return the page size used for this query.
*/
int getPageSize();
/**
* Return true if there is a next page.
* <p>