Class AtomicCounter

    • Method Detail

      • incrementAndGet

        public long incrementAndGet()
      • getAndIncrement

        public long getAndIncrement()
      • get

        public long get()
      • getAndSet

        public long getAndSet​(long value)
      • compareAndSet

        public boolean compareAndSet​(long expVal,
                                     long newVal)