Class SearchSettingsUtils
java.lang.Object
ubic.gemma.core.search.SearchSettingsUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Identifiable>
booleanisFilled(Collection<SearchResult<T>> results, SearchSettings settings) Check if a collection of search results is already filled.
-
Constructor Details
-
SearchSettingsUtils
public SearchSettingsUtils()
-
-
Method Details
-
isFilled
public static <T extends Identifiable> boolean isFilled(Collection<SearchResult<T>> results, SearchSettings settings) Check if a collection of search results is already filled.- Returns:
- true if the search results are filled and cannot accept more results, false otherwise
-