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