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 interfaceDoublesSortedViewThe Sorted View for quantile sketches of primitive type double.interfaceFloatsSortedViewThe Sorted View for quantiles of primitive type float.interfaceGenericSortedView<T>The Sorted View for quantiles of generic type.interfaceLongsSortedViewThe Sorted View for quantile sketches of primitive type long.Classes in org.apache.datasketches.quantilescommon that implement SortedView Modifier and Type Class Description classDoublesSketchSortedViewThe SortedView of the Quantiles Classic DoublesSketch and the KllDoublesSketch.classFloatsSketchSortedViewThe SortedView for the KllFloatsSketch and the ReqSketch.classItemsSketchSortedView<T>The SortedView for the KllItemsSketch and the classic ItemsSketch.classLongsSketchSortedViewThe SortedView of the KllLongsSketch.
-