Uses of Class
com.mckoi.util.SearchResults
-
Packages that use SearchResults Package Description com.mckoi.util Miscellaneous utility classes. -
-
Uses of SearchResults in com.mckoi.util
Methods in com.mckoi.util that return SearchResults Modifier and Type Method Description static SearchResults
SortUtil. sortedQuickFind(java.lang.Comparable[] list, java.lang.Comparable val, SearchResults results)
Quickly finds the given element in the array of objects.Methods in com.mckoi.util with parameters of type SearchResults Modifier and Type Method Description static SearchResults
SortUtil. sortedQuickFind(java.lang.Comparable[] list, java.lang.Comparable val, SearchResults results)
Quickly finds the given element in the array of objects.
-