Interface IMutableStatisticsHandlerKeyedSize

All Superinterfaces:
IStatisticsHandler, IStatisticsHandlerKeyed, IStatisticsHandlerKeyedNumeric, IStatisticsHandlerKeyedSize
All Known Implementing Classes:
StatisticsHandlerKeyedSize

public interface IMutableStatisticsHandlerKeyedSize extends IStatisticsHandlerKeyedSize
Statistics handler for keyed sizes.
Author:
Philip Helger
  • Method Details

    • addSize

      void addSize(@Nullable String sKey, @Nonnegative long nSize)
      Add a new size
      Parameters:
      sKey - The key to be incremented.
      nSize - The size to be added. Must be ≥ 0 as sizes cannot be negative.