Uses of Enum Class
org.apache.datasketches.quantilescommon.GenericInequalitySearch.Inequality
Package
Description
This package contains common tools and methods for the quantiles, kll and
req packages.
-
Uses of GenericInequalitySearch.Inequality in org.apache.datasketches.quantilescommon
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GenericInequalitySearch.Inequality[]
GenericInequalitySearch.Inequality.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic <T> int
GenericInequalitySearch.find
(T[] arr, int low, int high, T v, GenericInequalitySearch.Inequality crit, Comparator<T> comparator) Binary Search for the index of the generic value in the given search range that satisfies the given Inequality criterion.