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