T
- the item class typepublic final class KllItemsSketchIterator<T> extends KllSketchIterator implements QuantilesGenericSketchIterator<T>
index, isInitialized_, level, levelsArr, numLevels, weight
Modifier and Type | Method and Description |
---|---|
T |
getQuantile()
Gets the generic quantile at the current index.
|
getWeight, next
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getWeight, next
public T getQuantile()
QuantilesGenericSketchIterator
Don't call this before calling next() for the first time or after getting false from next().
getQuantile
in interface QuantilesGenericSketchIterator<T>
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.