Package | Description |
---|---|
org.apache.datasketches |
This package is the parent package for all sketch algorithms.
|
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 inequality,
Comparator<T> comparator)
Binary Search for the index of the generic value in the given search range that satisfies
the given inequality.
|
Copyright © 2015–2021 The Apache Software Foundation. All rights reserved.