Package-level declarations
Types
Atomic Boolean
Atomic Long.
Atomic UInt
Atomic ULong
Functions
Create an instance of AtomicBoolean
Create an instance of AtomicInt
Create an instance of AtomicLong
Create an instance of AtomicULong
Create an instance of AtomicBoolean
Create an instance of AtomicInt
Create an instance of AtomicLong
Create an instance of AtomicULong
Create an instance of AtomicBoolean
Create an instance of AtomicInt
Create an instance of AtomicLong
Create an instance of AtomicULong
Create an instance of AtomicBoolean
Create an instance of AtomicInt
Create an instance of AtomicLong
Create an instance of AtomicULong
Create an instance of AtomicBoolean
Create an instance of AtomicInt
Create an instance of AtomicLong
Create an instance of AtomicULong
Create an instance of AtomicULong
Inherited functions
Operator -=
for AtomicInt.
Operator -=
for AtomicLong.
Operator -=
for AtomicUInt.
Operator -=
for AtomicULong.
Operator +=
for AtomicInt.
Operator +=
for AtomicLong.
Operator +=
for AtomicUInt.
Operator +=
for AtomicULong.
Update value by AtomicInt.compareAndSet and then return the old value.
Update value by AtomicLong.compareAndSet and then return the old value.
Update value by AtomicRef.compareAndSet and then return the old value.
Update value by AtomicInt.compareAndSet and then return the new value.
Update value by AtomicLong.compareAndSet and then return the new value.
Update value by AtomicRef.compareAndSet and then return the new value.
Update value by AtomicUInt.compareAndSet and then return the new value.
Update value by AtomicULong.compareAndSet and then return the new value.