Package com.helger.commons.statistics
Interface IStatisticsHandlerSize
-
- All Superinterfaces:
IStatisticsHandler,IStatisticsHandlerNumeric
- All Known Subinterfaces:
IMutableStatisticsHandlerSize
- All Known Implementing Classes:
StatisticsHandlerSize
public interface IStatisticsHandlerSize extends IStatisticsHandlerNumeric
Read-only statistics handler for sizes.- Author:
- Philip Helger
-
-
Method Summary
-
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandler
getInvocationCount
-
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandlerNumeric
getAverage, getMax, getMin, getSum
-
-