Uses of Class
org.apache.datasketches.quantilescommon.SortedViewIterator
Packages that use SortedViewIterator
Package
Description
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.quantilescommonModifier and TypeClassDescriptionfinal class
Iterator over quantile sketches of primitive type double.final class
Iterator over quantile sketches of primitive type float.class
Iterator over quantile sketches of generic type.final class
Iterator over quantile sketches of primitive type long.Methods in org.apache.datasketches.quantilescommon that return SortedViewIteratorModifier and TypeMethodDescriptionSortedView.iterator()
Returns an iterator for this Sorted View.