T
- The generic quantile typepublic interface QuantilesGenericSketchIterator<T> extends QuantilesSketchIterator
QuantilesSketchIterator
Modifier and Type | Method and Description |
---|---|
T |
getQuantile()
Gets the generic quantile at the current index.
|
getWeight, next
T getQuantile()
Don't call this before calling next() for the first time or after getting false from next().
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.