Package com.helger.commons.statistics
Interface IMutableStatisticsHandlerCounter
- All Superinterfaces:
IStatisticsHandler,IStatisticsHandlerCounter
- All Known Implementing Classes:
StatisticsHandlerCounter
Statistics handler for a counter.
- Author:
- Philip Helger
-
Method Summary
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandler
getInvocationCountMethods inherited from interface com.helger.commons.statistics.IStatisticsHandlerCounter
getCount
-
Method Details
-
increment
default void increment()Increment the counter by 1 -
increment
void increment(long nByHowMany) Increment the counter by an arbitrary number- Parameters:
nByHowMany- The number to be added. May be negative as well.
-