public interface PagedSearchResult<T>
| Modifier and Type | Method and Description |
|---|---|
int |
getFirstResultIndex()
Accessor for first result index
|
long |
getLastResultIndex()
Accessor for last result index
|
List<T> |
getPagedResults()
Accessor for the current page content
|
long |
getResultSize()
Accessor for complete resultSize
|
boolean |
isLastPage() |
int getFirstResultIndex()
long getLastResultIndex()
boolean isLastPage()
long getResultSize()
Copyright © 2007-2018 Ikasan. All Rights Reserved.