Uses of Interface
org.apache.datasketches.quantilescommon.SortedView
-
Packages that use SortedView Package Description org.apache.datasketches.quantilescommon This package contains common tools and methods for the quantiles, kll and req packages. -
-
Uses of SortedView in org.apache.datasketches.quantilescommon
Subinterfaces of SortedView in org.apache.datasketches.quantilescommon Modifier and Type Interface Description interface
DoublesSortedView
The Sorted View for quantile sketches of primitive type double.interface
FloatsSortedView
The Sorted View for quantiles of primitive type float.interface
GenericSortedView<T>
The Sorted View for quantiles of generic type.Classes in org.apache.datasketches.quantilescommon that implement SortedView Modifier and Type Class Description class
DoublesSketchSortedView
The SortedView of the Quantiles Classic DoublesSketch and the KllDoublesSketch.class
FloatsSketchSortedView
The SortedView for the KllFloatsSketch and the ReqSketch.class
ItemsSketchSortedView<T>
The SortedView for the KllItemsSketch and the classic ItemsSketch.
-