Serializable
public 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 . |
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
.Copyright © 2014–2018 Blazebit. All rights reserved.