public static class UninterruptibleUtils.AtomicReference<T> extends Object
| Constructor and Description |
|---|
AtomicReference() |
AtomicReference(T value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compareAndSet(T expected,
T update) |
T |
get() |
T |
getAndSet(T newValue) |
void |
set(T newValue) |