Package com.helger.commons.statistics
Interface IStatisticsHandlerCounter
-
- All Superinterfaces:
IStatisticsHandler
- All Known Subinterfaces:
IMutableStatisticsHandlerCounter
- All Known Implementing Classes:
StatisticsHandlerCounter
public interface IStatisticsHandlerCounter extends IStatisticsHandler
Read-only statistics handler for a counter.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCount()-
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandler
getInvocationCount
-
-
-
-
Method Detail
-
getCount
@CheckForSigned long getCount()
- Returns:
- The total count. May be negative if negative values were added.
-
-