Class KllItemsSketchIterator<T>

    • Method Detail

      • getQuantile

        public T getQuantile()
        Description copied from interface: QuantilesGenericSketchIterator
        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().

        Specified by:
        getQuantile in interface QuantilesGenericSketchIterator<T>
        Returns:
        the generic quantile at the current index.