Uses of Class
edu.rit.util.Searching.Double
Packages that use Searching.Double
-
Uses of Searching.Double in edu.rit.util
Methods in edu.rit.util with parameters of type Searching.DoubleModifier and TypeMethodDescriptionstatic intSearching.searchSorted(double[] x, double a, Searching.Double helper) Search the given ordered array of typedouble[]for the given element.static intSearching.searchUnsorted(double[] x, double a, Searching.Double helper) Search the given unordered array of typedouble[]for the given element.