Package com.helger.commons.statistics
Interface IMutableStatisticsHandlerSize
- All Superinterfaces:
IStatisticsHandler,IStatisticsHandlerNumeric,IStatisticsHandlerSize
- All Known Implementing Classes:
StatisticsHandlerSize
Statistics handler for sizes.
- Author:
- Philip Helger
-
Method Summary
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandler
getInvocationCountMethods inherited from interface com.helger.commons.statistics.IStatisticsHandlerNumeric
getAverage, getMax, getMin, getSum
-
Method Details
-
addSize
Add a new size- Parameters:
nSize- The size to be added. Must be ≥ 0 as sizes cannot be negative.
-