public class CombinedMetric<T> extends java.lang.Object implements IMetric<T>
CombinedMetric(ICombiner<T> aCombiner)
T
getValueAndReset()
void
update(T aValue)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CombinedMetric(ICombiner<T> aCombiner)
public void update(T aValue)
public T getValueAndReset()
getValueAndReset
IMetric<T>