public class DefaultHistogram<T> extends java.lang.Object implements Histogram<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultHistogram.Builder<U> |
Histogram.Summation| Modifier and Type | Field and Description |
|---|---|
protected java.util.NavigableMap<T,Bucket<T>> |
buckets |
| Modifier and Type | Method and Description |
|---|---|
Bucket<T> |
getBucket(T tag) |
java.util.Collection<Bucket<T>> |
getBuckets() |
boolean |
isCumulative() |
void |
observe(double value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexponential, exponentialFunction, exponentialTime, function, linear, linearFunction, linearTime, percentiles, percentilesTimepublic java.util.Collection<Bucket<T>> getBuckets()
getBuckets in interface Histogram<T>public boolean isCumulative()
isCumulative in interface Histogram<T>