Class DoublesSortedViewIterator
- java.lang.Object
-
- org.apache.datasketches.quantilescommon.SortedViewIterator
-
- org.apache.datasketches.quantilescommon.DoublesSortedViewIterator
-
public final class DoublesSortedViewIterator extends SortedViewIterator
Iterator over quantile sketches of primitive type double.
-
-
Field Summary
-
Fields inherited from class org.apache.datasketches.quantilescommon.SortedViewIterator
cumWeights, index, totalN
-
-
Constructor Summary
Constructors Constructor Description DoublesSortedViewIterator(double[] quantiles, long[] cumWeights)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetQuantile()Gets the quantile at the current index.-
Methods inherited from class org.apache.datasketches.quantilescommon.SortedViewIterator
getN, getNaturalRank, getNormalizedRank, getWeight, next
-
-