Package com.helger.commons.statistics
Interface IMutableStatisticsHandlerKeyedCounter
- All Superinterfaces:
IStatisticsHandler,IStatisticsHandlerKeyed,IStatisticsHandlerKeyedCounter
- All Known Implementing Classes:
StatisticsHandlerKeyedCounter
Statistics handler for a keyed counter.
- Author:
- Philip Helger
-
Method Summary
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandler
getInvocationCountMethods inherited from interface com.helger.commons.statistics.IStatisticsHandlerKeyed
getAllKeys, getInvocationCountMethods inherited from interface com.helger.commons.statistics.IStatisticsHandlerKeyedCounter
getCount
-
Method Details
-
increment
Increment by 1- Parameters:
sKey- The key to be incremented.
-
increment
Increment by n- Parameters:
sKey- The key to be incremented.nByHowMany- The amount to increment. May be negative as well
-