Package com.helger.commons.statistics
Interface IMutableStatisticsHandlerKeyedSize
- All Superinterfaces:
IStatisticsHandler,IStatisticsHandlerKeyed,IStatisticsHandlerKeyedNumeric,IStatisticsHandlerKeyedSize
- All Known Implementing Classes:
StatisticsHandlerKeyedSize
Statistics handler for keyed sizes.
- Author:
- Philip Helger
-
Method Summary
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandler
getInvocationCountMethods inherited from interface com.helger.commons.statistics.IStatisticsHandlerKeyed
getAllKeys, getInvocationCountMethods inherited from interface com.helger.commons.statistics.IStatisticsHandlerKeyedNumeric
getAverage, getMax, getMin, getSum
-
Method Details
-
addSize
Add a new size- Parameters:
sKey- The key to be incremented.nSize- The size to be added. Must be ≥ 0 as sizes cannot be negative.
-