Package com.helger.commons.statistics
Interface IStatisticsHandlerKeyedSize
-
- All Superinterfaces:
IStatisticsHandler,IStatisticsHandlerKeyed,IStatisticsHandlerKeyedNumeric
- All Known Subinterfaces:
IMutableStatisticsHandlerKeyedSize
- All Known Implementing Classes:
StatisticsHandlerKeyedSize
public interface IStatisticsHandlerKeyedSize extends IStatisticsHandlerKeyedNumeric
Read-only statistics handler for keyed sizes.- Author:
- Philip Helger
-
-
Method Summary
-
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandler
getInvocationCount
-
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandlerKeyed
getAllKeys, getInvocationCount
-
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandlerKeyedNumeric
getAverage, getMax, getMin, getSum
-
-