Class LongAdderCounter

  • All Implemented Interfaces:
    LongCounter, java.io.Serializable

    final class LongAdderCounter
    extends java.util.concurrent.atomic.LongAdder
    implements LongCounter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long value()  
      • Methods inherited from class java.util.concurrent.atomic.LongAdder

        add, decrement, doubleValue, floatValue, increment, intValue, longValue, reset, sum, sumThenReset, toString
      • Methods inherited from class java.lang.Number

        byteValue, shortValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LongAdderCounter

        LongAdderCounter()
    • Method Detail