-
Constructor Summary
Constructors
-
Method Summary
void
Adds a new value to the distribution.
void
Adds a new value to the distribution.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NoopHistogram
public NoopHistogram()
-
Method Details
-
update
public void update(int value)
Adds a new value to the distribution.
- Specified by:
update in interface Histogram
- Parameters:
value - The value to add
-
update
public void update(long value)
Adds a new value to the distribution.
- Specified by:
update in interface Histogram
- Parameters:
value - The value to add