-
-
Method Summary
void
void
record value along with the attributes.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
INSTANCE
No-op Histogram instance
-
Method Details
-
record
public void record(double value)
record value.
- Specified by:
record in interface Histogram
- Parameters:
value - value to be added.
-