Interface Counter

    • Method Detail

      • incrementBy

        void incrementBy​(long number)
        Increments the counter by the given number.
        Parameters:
        number - the number to increment the counter by.