Class Histogram.Bucket

  • Enclosing class:
    Histogram

    public static class Histogram.Bucket
    extends Object
    • Constructor Detail

      • Bucket

        public Bucket​(double upperBound,
                      long cumulativeCount)
    • Method Detail

      • getUpperBound

        public double getUpperBound()
      • getCumulativeCount

        public long getCumulativeCount()