getAndSet(newValue) compareAndSet(expect, update) incrementAndGet() decrementAndGet() getAndIncrement() getAndDecrement() getAndAdd(delta) addAndGet(delta) getAndUpdate(updateFunction) updateAndGet(updateFunction) getAndAccumulate(x, accumulatorBiFunction) accumulateAndGet(x, accumulatorBiFunction)