Package | Description |
---|---|
org.apache.datasketches.quantilescommon |
This package contains common tools and methods for the quantiles, kll and
req packages.
|
Modifier and Type | Method and Description |
---|---|
static GenericInequalitySearch.Inequality |
GenericInequalitySearch.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.
|
Modifier and Type | Method and Description |
---|---|
static <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.
|
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.