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