T
- the type of elements in this listpublic interface PagedList<T> extends List<T>
Modifier and Type | Method and Description |
---|---|
int |
getFirstResult()
Returns the position of the first result, numbered from 0.
|
KeysetPage |
getKeysetPage()
Returns the key set page for this paged list which can be used for key set pagination.
|
int |
getMaxResults()
Returns the maximum number of results.
|
int |
getPage()
Returns the number of this page, numbered from 1.
|
int |
getSize()
Returns the actual size of this page.
|
int |
getTotalPages()
Returns the number of total pages.
|
long |
getTotalSize()
Returns the total size of the list.
|
int getSize()
List.size()
long getTotalSize()
int getPage()
int getTotalPages()
int getFirstResult()
-1
;-1
if the queried entity id does not existint getMaxResults()
KeysetPage getKeysetPage()
FullQueryBuilder.page(com.blazebit.persistence.KeysetPage, int, int)
Copyright © 2015 Blazebit. All Rights Reserved.