Class ClassicHistogramBuckets.Builder
Object
Builder
- Enclosing class:
- ClassicHistogramBuckets
-
Method Summary
Modifier and TypeMethodDescriptionbucket
(double upperBound, long count) Must be called at least once for theDouble.POSITIVE_INFINITY
bucket.build()
Will throw anIllegalArgumentException
if theDouble.POSITIVE_INFINITY
bucket is missing.
-
Method Details
-
bucket
Must be called at least once for theDouble.POSITIVE_INFINITY
bucket. -
build
Will throw anIllegalArgumentException
if theDouble.POSITIVE_INFINITY
bucket is missing.
-