| Modifier and Type | Method and Description |
|---|---|
KeysetPageable |
currentPageable()
|
com.blazebit.persistence.KeysetPage |
getKeysetPage()
Returns the keyset page associated to the results of this page.
|
KeysetPageable |
nextPageable()
|
KeysetPageable |
previousPageable()
|
getContent, getNumber, getNumberOfElements, getSize, getSort, getTotalElements, getTotalPages, hasContent, hasNext, hasPrevious, isFirst, isLastforEach, iterator, spliteratorcom.blazebit.persistence.KeysetPage getKeysetPage()
KeysetPageable currentPageable()
PagecurrentPageable in interface Page<T>KeysetPageable nextPageable()
PagePageable that can be used to request the next Page.
Returns null if Page.hasNext() returns false.nextPageable in interface Page<T>null if this is the last pageKeysetPageable previousPageable()
PagePageable that can be used to request the previous Page.
Returns null if Page.hasPrevious() returns false.previousPageable in interface Page<T>null if this is the first pageCopyright © 2014–2018 Blazebit. All rights reserved.