Package org.apache.datasketches.kll
Class KllItemsSketchSortedView.KllItemsSketchSortedViewIterator<T>
- java.lang.Object
-
- org.apache.datasketches.quantilescommon.GenericSortedViewIterator<T>
-
- org.apache.datasketches.kll.KllItemsSketchSortedView.KllItemsSketchSortedViewIterator<T>
-
- Type Parameters:
T
- type of quantile (item)
- All Implemented Interfaces:
SortedViewIterator
- Enclosing class:
- KllItemsSketchSortedView<T>
public static final class KllItemsSketchSortedView.KllItemsSketchSortedViewIterator<T> extends GenericSortedViewIterator<T>
Iterator over KllItemsSketchSortedView.
-
-
Method Summary
-
Methods inherited from class org.apache.datasketches.quantilescommon.GenericSortedViewIterator
getCumulativeWeight, getN, getNormalizedRank, getQuantile, getWeight, next
-
-