public final class SimpleSearchResult<T> extends Object implements SearchResult<T>
| Constructor and Description |
|---|
SimpleSearchResult(long hitCount,
List<T> hits) |
public long getHitCount()
getHitCount in interface SearchResult<T>public List<T> getHits()
getHits in interface SearchResult<T>Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.