public interface IMutableStatisticsHandlerKeyedSize extends IStatisticsHandlerKeyedSize
| Modifier and Type | Method and Description |
|---|---|
void |
addSize(String sKey,
long nSize)
Add a new size
|
getAverage, getMax, getMin, getSumgetAllKeys, getInvocationCountgetInvocationCountvoid addSize(@Nullable String sKey, @Nonnegative long nSize)
sKey - The key to be incremented.nSize - The size to be added. Must be ≥ 0 as sizes cannot be negative.Copyright © 2014–2015 Philip Helger. All rights reserved.