public class SearchResultImpl<T extends Serializable> extends Object implements SearchResult<T>
| Constructor and Description |
|---|
SearchResultImpl(long count,
List<T> list) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCount()
Get the total number of matching result in the data base.
|
List<T> |
getResult()
Get the list of elements retrieved by the search.
|
int |
hashCode() |
public long getCount()
SearchResultgetCount in interface SearchResult<T extends Serializable>public List<T> getResult()
SearchResultgetResult in interface SearchResult<T extends Serializable>Copyright © 2018 Bonitasoft S.A.. All rights reserved.