Class IncludeMinMax.LongsPair
- java.lang.Object
-
- org.apache.datasketches.quantilescommon.IncludeMinMax.LongsPair
-
- Enclosing class:
- IncludeMinMax
public static class IncludeMinMax.LongsPair extends Object
A simple structure to hold a pair of arrays
-
-
Field Summary
Fields Modifier and Type Field Description long[]
cumWeights
the array of associated cumulative weightslong[]
quantiles
the array of quantiles
-
Constructor Summary
Constructors Constructor Description LongsPair(long[] quantiles, long[] cumWeights)
Constructor.
-