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