@ThreadSafe public class StatisticsHandlerSize extends AbstractStatisticsHandlerNumeric implements IMutableStatisticsHandlerSize
IMutableStatisticsHandlerSize| Constructor and Description |
|---|
StatisticsHandlerSize() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSize(long nSize)
Add a new size
|
addValue, getAverage, getInvocationCount, getMax, getMin, getSumclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAverage, getMax, getMin, getSumgetInvocationCountpublic void addSize(@Nonnegative long nSize)
IMutableStatisticsHandlerSizeaddSize in interface IMutableStatisticsHandlerSizenSize - The size to be added. Must be ≥ 0 as sizes cannot be negative.Copyright © 2014–2016 Philip Helger. All rights reserved.