Uses of Class
edu.rit.util.Searching.Float
-
Uses of Searching.Float in edu.rit.util
Modifier and TypeMethodDescriptionstatic int
Searching.searchSorted
(float[] x, float a, Searching.Float helper) Search the given ordered array of typefloat[]
for the given element.static int
Searching.searchUnsorted
(float[] x, float a, Searching.Float helper) Search the given unordered array of typefloat[]
for the given element.