Package com.helger.commons.statistics
Interface IStatisticsHandlerCounter
- All Superinterfaces:
IStatisticsHandler
- All Known Subinterfaces:
IMutableStatisticsHandlerCounter
- All Known Implementing Classes:
StatisticsHandlerCounter
Read-only statistics handler for a counter.
- Author:
- Philip Helger
-
Method Summary
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandler
getInvocationCount
-
Method Details
-
getCount
- Returns:
- The total count. May be negative if negative values were added.
-