T
- public interface ISearchResults<T>
Modifier and Type | Method and Description |
---|---|
long |
getNumResults()
Get the total number of results.
|
java.util.List<T> |
getResults()
Get the results.
|
long getNumResults()
java.util.List<T> getResults()