Summary
Public Constructors |
|
PageRequestImpl(int start, int limit)
Constructs a new PageRequestImpl for retrieving a page with limit entries from the specified
start index.
|
Public Constructors
public
PageRequestImpl
(int start, int limit)
Constructs a new PageRequestImpl
for retrieving a page with limit
entries from the specified
start
index.
Parameters
start
| the zero-based index of the first entry to include on the page |
limit
| the maximum number of entries to include on the page
|
Public Methods
@Nonnull
public
PageRequest
buildRestrictedPageRequest
(int maxLimit)
public
boolean
equals
(Object obj)