AtomicReference
Provides atomic operations for the reference type.
Atomically updates the current value with the results of applying the given function
to the current and given values, returning the updated value.
Atomically updates the current value with the results of applying the given function
to the current and given values, returning the updated value.
Atomically updates the array element with the results of applying the given function
to the array element and given values, returning the updated value.
Atomically updates the array element with the results of applying the given function
to the array element and given values, returning the updated value.
Compares two values for equality and, if they are equal,
replaces the stored value.
Atomically sets array element to the given updated value if the array element == the expected value.
Atomically sets array element to the given updated value if the array element == the expected value.
Atomically updates the current value with the results of applying the given function
to the current and given values, returning the original value.
Atomically updates the current value with the results of applying the given function
to the current and given values, returning the original value.
Atomically updates the array element with the results of applying the given function
to the array element and given values, returning the original value.
Atomically updates the array element with the results of applying the given function
to the array element and given values, returning the original value.
Modifies the array element atomically.
Atomically updates the stored value with the results
of applying the given function, returning the original value.
Atomically updates the stored value with the results
of applying the given function, returning the original value.
Atomically updates the array element with the results
of applying the given function, returning the original value.
Atomically updates the array element with the results
of applying the given function, returning the original value.
Modifies the array element atomically.
Atomically updates the stored value with the results
of applying the given function, returning the updated value.
Atomically updates the stored value with the results
of applying the given function, returning the updated value.
Atomically updates the array element with the results
of applying the given function, returning the updated value.
Atomically updates the array element with the results
of applying the given function, returning the updated value.
Performs volatile read of the array element.
Performs volatile write to the array element.