public static class UninterruptibleUtils.AtomicPointer<T extends org.graalvm.word.PointerBase> extends Object
| Constructor and Description |
|---|
AtomicPointer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compareAndSet(T expected,
T update) |
T |
get() |
void |
set(T newValue) |