Interface IMutableStatisticsHandlerCounter

    • Method Detail

      • increment

        default void increment()
        Increment the counter by 1
      • increment

        void increment​(long nByHowMany)
        Increment the counter by an arbitrary number
        Parameters:
        nByHowMany - The number to be added. May be negative as well.