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