Uses of Class
org.apache.datasketches.GenericInequalitySearch.Inequality
| Package | Description |
|---|---|
| org.apache.datasketches |
This package is the parent package for all sketch algorithms.
|
-
Uses of GenericInequalitySearch.Inequality in org.apache.datasketches
Methods in org.apache.datasketches that return GenericInequalitySearch.Inequality Modifier and Type Method Description static GenericInequalitySearch.InequalityGenericInequalitySearch.Inequality. valueOf(String name)Returns the enum constant of this type with the specified name.static GenericInequalitySearch.Inequality[]GenericInequalitySearch.Inequality. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.datasketches with parameters of type GenericInequalitySearch.Inequality Modifier and Type Method Description static <T> intGenericInequalitySearch. find(T[] arr, int low, int high, T v, GenericInequalitySearch.Inequality inequality, Comparator<T> comparator)Binary Search for the index of the generic value in the given search range that satisfies the given inequality.