|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of resultspublic interface SearchResult<T>
| Method Summary | |
|---|---|
int |
getCount()
|
java.util.List<T> |
getResults(int from,
int to)
Returns a subset of the search results. |
| Method Detail |
|---|
int getCount()
java.util.List<T> getResults(int from,
int to)
getResults(0, getCount()) returns the full result
set.
from - the from index (inclusive)to - the to index (exclusive)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||