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 int
Searching.searchSorted
(double[] x, double a, Searching.Double helper) Search the given ordered array of typedouble[]
for the given element.static int
Searching.searchUnsorted
(double[] x, double a, Searching.Double helper) Search the given unordered array of typedouble[]
for the given element.