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 classIterator over quantile sketches of primitive type double.final classIterator over quantile sketches of primitive type float.classIterator over quantile sketches of generic type.final classIterator 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.