Interface EncodedTDigest.CentroidIterator

Enclosing class:
EncodedTDigest

public static interface EncodedTDigest.CentroidIterator
Iterator over centroids in increasing mean order.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    double
     
    boolean
    Returns true iff a call to next() would return false.
    boolean
     
  • Method Details

    • next

      boolean next()
    • currentCount

      long currentCount()
    • currentMean

      double currentMean()
    • hasNext

      boolean hasNext()
      Returns true iff a call to next() would return false.