public interface Page<E>
A page is a sublist of a list of elements.
| Modifier and Type | Method and Description |
|---|---|
List<E> |
getEntries()
Returns the elements of the page.
|
PageRequest |
getPageRequest()
Returns the page request.
|
int |
getTotalPages()
Returns the number of all pages.
|
long |
getTotalSize()
Returns the size of all available elements.
|
PageRequest getPageRequest()
long getTotalSize()
int getTotalPages()
Copyright © 2016 bremersee.org. All rights reserved.