Class ClassicHistogramBucket
Object
ClassicHistogramBucket
- All Implemented Interfaces:
Comparable<ClassicHistogramBucket>
Helper class for iterating over
ClassicHistogramBuckets. Note that the count is
not cumulative.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(ClassicHistogramBucket other) For sorting a list of buckets by upper bound.longgetCount()double
-
Constructor Details
-
ClassicHistogramBucket
-
-
Method Details
-
getCount
-
getUpperBound
-
compareTo
For sorting a list of buckets by upper bound.- Specified by:
compareToin interfaceComparable<ClassicHistogramBucket>
-