Interface QuantilesGenericSketchIteratorAPI<T>

Type Parameters:
T - The generic quantile type
All Superinterfaces:
QuantilesSketchIteratorAPI
All Known Implementing Classes:
KllItemsSketchIterator, QuantilesItemsSketchIterator

public interface QuantilesGenericSketchIteratorAPI<T> extends QuantilesSketchIteratorAPI
The quantiles sketch iterator for generic types.
Author:
Lee Rhodes
See Also:
  • Method Details

    • getQuantile

      T getQuantile()
      Gets the generic quantile at the current index.

      Don't call this before calling next() for the first time or after getting false from next().

      Returns:
      the generic quantile at the current index.