|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchResults
The results of a search.
Method Summary | |
---|---|
java.util.List<SearchResult> |
getAll()
Creates a new list containing all returned search results. |
java.util.List<java.lang.String> |
getSearchWords()
|
int |
getUnfilteredResultsCount()
Get the number of search results before any filter was applied. |
java.util.Iterator<SearchResult> |
iterator()
Gets an iterator to run through the returned search results. |
int |
size()
Get the number of search results included in this object. |
Method Detail |
---|
int getUnfilteredResultsCount()
int size()
java.util.Iterator<SearchResult> iterator()
iterator
in interface java.lang.Iterable<SearchResult>
java.util.List<SearchResult> getAll()
java.util.List<java.lang.String> getSearchWords()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |