|
||||||||||
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 | |
---|---|
T |
getResult(int index)
|
java.util.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()
java.util.List<T> getResults(int fromIndex, int toIndex)
fromIndex
- start indextoIndex
- end index
T getResult(int index)
index
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |