public class TAtomicReference<V> extends Object
| Constructor and Description |
|---|
TAtomicReference() |
TAtomicReference(V aValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compareAndSet(V expect,
V update) |
V |
get() |
V |
getAndSet(V aNewValue) |
void |
set(V aValue) |
Copyright © 2021 Systemprogrammierung Mirko Sertic. All rights reserved.