Interface SearchResult<T>
-
- Type Parameters:
T
- the type of results
public interface SearchResult<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCount()
List<T>
getResults(int from, int to)
Returns a subset of the search results.
-