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 Details

    • getCount

      @CheckForSigned long getCount()
      Returns:
      The total count. May be negative if negative values were added.