Uses of Class
org.apache.datasketches.quantilescommon.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
Modifier 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.Modifier and TypeMethodDescriptionSortedView.iterator()
Returns an iterator for this Sorted View.