T - The data typepublic interface Page<T>
extends java.lang.Iterable<T>
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PAGE_SIZE |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentPage()
Returns the number of this page within the total
|
int |
getPageCount()
Returns the total number of pages
|
java.util.List<T> |
getPageItems()
Returns the page items
|
int |
getPageSize()
Returns the page size
|
int |
getTotalCount()
Returns the total number of records
|
static final int DEFAULT_PAGE_SIZE
int getCurrentPage()
int getPageCount()
java.util.List<T> getPageItems()
int getPageSize()
int getTotalCount()