Package ubic.gemma.core.search
Class SearchSettingsUtils
- java.lang.Object
-
- ubic.gemma.core.search.SearchSettingsUtils
-
public class SearchSettingsUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description SearchSettingsUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends Identifiable>
booleanisFilled(Collection<SearchResult<T>> results, SearchSettings settings)
Check if a collection of search results is already filled.
-
-
-
Method Detail
-
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
-
-