public interface Histogram
Modifier and Type | Interface and Description |
---|---|
static interface |
Histogram.Statistics |
Modifier and Type | Method and Description |
---|---|
int |
count()
Return the number of observations.
|
Histogram.Statistics |
statistics()
Calculate the statistics of the observed values.
|
void |
update(long value)
Update the histogram with a new value observed.
|
void update(long value)
int count()
Histogram.Statistics statistics()