|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ListSource<T>
ListSource provides a view on paged search results
| Method Summary | |
|---|---|
List<T> |
getResults(int fromIndex,
int toIndex)
Get the results from the given start index to the given end index |
boolean |
isEmpty()
true, if not results could be found, otherwise false |
long |
size()
total amount of results |
| Method Detail |
|---|
boolean isEmpty()
long size()
List<T> getResults(int fromIndex,
int toIndex)
fromIndex - start indextoIndex - end index
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||