Interface LongCounter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void add​(long delta)
      Adds the delta to this counter.
      long value()
      Returns the value of this counter.
    • Method Detail

      • add

        void add​(long delta)
        Adds the delta to this counter.
      • value

        long value()
        Returns the value of this counter.