SerializableDefaultKeysetPagepublic interface KeysetPage extends Serializable
PagedList.
Instances of this interface can be used for key set pagination.| Modifier and Type | Method | Description |
|---|---|---|
int |
getFirstResult() |
Returns the position of the first result, numbered from 0.
|
Keyset |
getHighest() |
Returns the key set for the highest entry of the corresponding
PagedList. |
List<Keyset> |
getKeysets() |
Returns the key set list of the corresponding
PagedList. |
Keyset |
getLowest() |
Returns the key set for the lowest entry of the corresponding
PagedList. |
int |
getMaxResults() |
Returns the maximum number of results.
|
int getFirstResult()
int getMaxResults()
Keyset getLowest()
PagedList.Keyset getHighest()
PagedList.Copyright © 2014–2020 Blazebit. All rights reserved.