Package com.helger.commons.statistics
Interface IMutableStatisticsHandlerCounter
-
- All Superinterfaces:
IStatisticsHandler,IStatisticsHandlerCounter
- All Known Implementing Classes:
StatisticsHandlerCounter
public interface IMutableStatisticsHandlerCounter extends IStatisticsHandlerCounter
Statistics handler for a counter.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidincrement()Increment the counter by 1voidincrement(long nByHowMany)Increment the counter by an arbitrary number-
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandler
getInvocationCount
-
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandlerCounter
getCount
-
-