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.
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamint 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 © 2014–2018 Blazebit. All rights reserved.