T - Element type.java.lang.Iterable<T>, KeysetAwareSlice<T>, Page<T>, Slice<T>public interface KeysetAwarePage<T> extends Page<T>, KeysetAwareSlice<T>
Page but contains keyset information.| Modifier and Type | Method | Description |
|---|---|---|
KeysetPageable |
currentPageable() |
|
com.blazebit.persistence.KeysetPage |
getKeysetPage() |
Returns the keyset page associated to the results of this page.
|
KeysetPageable |
nextPageable() |
|
KeysetPageable |
previousPageable() |
getTotalElements, getTotalPagesgetContent, getNumber, getNumberOfElements, getSize, getSort, hasContent, hasNext, hasPrevious, isFirst, isLastcom.blazebit.persistence.KeysetPage getKeysetPage()
getKeysetPage in interface KeysetAwareSlice<T>KeysetPageable currentPageable()
SlicecurrentPageable in interface KeysetAwareSlice<T>currentPageable in interface Slice<T>KeysetPageable nextPageable()
SlicePageable that can be used to request the next Slice.
Returns null if Slice.hasNext() returns false.nextPageable in interface KeysetAwareSlice<T>nextPageable in interface Slice<T>null if this is the last SliceKeysetPageable previousPageable()
SlicePageable that can be used to request the previous Slice.
Returns null if Slice.hasPrevious() returns false.previousPageable in interface KeysetAwareSlice<T>previousPageable in interface Slice<T>null if this is the first SliceCopyright © 2014–2020 Blazebit. All rights reserved.