Class Hierarchy
- java.lang.Object
- org.apache.datasketches.quantiles.ClassicUtil
- org.apache.datasketches.quantiles.DoublesSketch (implements org.apache.datasketches.quantilescommon.QuantilesDoublesAPI)
- org.apache.datasketches.quantiles.CompactDoublesSketch
- org.apache.datasketches.quantiles.UpdateDoublesSketch
- org.apache.datasketches.quantiles.DoublesSketchBuilder
- org.apache.datasketches.quantiles.DoublesSketchIterator (implements org.apache.datasketches.quantilescommon.QuantilesDoublesSketchIterator)
- org.apache.datasketches.quantiles.DoublesSketchSortedView (implements org.apache.datasketches.quantilescommon.DoublesSortedView)
- org.apache.datasketches.quantiles.DoublesSketchSortedViewIterator (implements org.apache.datasketches.quantilescommon.DoublesSortedViewIterator)
- org.apache.datasketches.quantiles.DoublesUnion
- org.apache.datasketches.quantiles.DoublesUnionBuilder
- org.apache.datasketches.quantilescommon.GenericSortedViewIterator<T> (implements org.apache.datasketches.quantilescommon.SortedViewIterator)
- org.apache.datasketches.quantiles.ItemsSketchSortedView.ItemsSketchSortedViewIterator<T>
- org.apache.datasketches.quantiles.ItemsSketch<T> (implements org.apache.datasketches.quantilescommon.QuantilesGenericAPI<T>)
- org.apache.datasketches.quantiles.ItemsSketchIterator<T> (implements org.apache.datasketches.quantilescommon.QuantilesGenericSketchIterator<T>)
- org.apache.datasketches.quantiles.ItemsSketchSortedView<T> (implements org.apache.datasketches.quantilescommon.GenericSortedView<T>)
- org.apache.datasketches.quantiles.ItemsUnion<T>