Interface FloatsSortedViewIterator
-
- All Superinterfaces:
SortedViewIterator
- All Known Implementing Classes:
KllFloatsSketchSortedViewIterator
,ReqSketchSortedViewIterator
public interface FloatsSortedViewIterator extends SortedViewIterator
The quantiles SortedView Iterator for type float.- Author:
- Alexander Saydakov, Lee Rhodes
- See Also:
SortedViewIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getQuantile()
Gets the quantile at the current index.-
Methods inherited from interface org.apache.datasketches.quantilescommon.SortedViewIterator
getCumulativeWeight, getN, getNormalizedRank, getWeight, next
-
-