Interface IMutableStatisticsHandlerSize

All Superinterfaces:
IStatisticsHandler, IStatisticsHandlerNumeric, IStatisticsHandlerSize
All Known Implementing Classes:
StatisticsHandlerSize

public interface IMutableStatisticsHandlerSize extends IStatisticsHandlerSize
Statistics handler for sizes.
Author:
Philip Helger
  • Method Details

    • addSize

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