Uses of Class
org.apache.datasketches.quantilescommon.SortedViewIterator
-
Packages that use SortedViewIterator Package Description org.apache.datasketches.quantilescommon This package contains common tools and methods for the quantiles, kll and req packages. -
-
Uses of SortedViewIterator in org.apache.datasketches.quantilescommon
Subclasses of SortedViewIterator in org.apache.datasketches.quantilescommon Modifier and Type Class Description classDoublesSortedViewIteratorIterator over quantile sketches of primitive type double.classFloatsSortedViewIteratorIterator over quantile sketches of primitive type float.classGenericSortedViewIterator<T>Iterator over quantile sketches of generic type.Methods in org.apache.datasketches.quantilescommon that return SortedViewIterator Modifier and Type Method Description SortedViewIteratorSortedView. iterator()Returns an iterator for this Sorted View.
-