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 class
DoublesSortedViewIterator
Iterator over quantile sketches of primitive type double.class
FloatsSortedViewIterator
Iterator over quantile sketches of primitive type float.class
GenericSortedViewIterator<T>
Iterator over quantile sketches of generic type.class
LongsSortedViewIterator
Iterator over quantile sketches of primitive type long.Methods in org.apache.datasketches.quantilescommon that return SortedViewIterator Modifier and Type Method Description SortedViewIterator
SortedView. iterator()
Returns an iterator for this Sorted View.
-