Class java.util.concurrent.atomic.AtomicReference
| Added Methods | |
|---|---|
V compareAndExchange(V, |
|
V compareAndExchangeAcquire(V, |
|
V compareAndExchangeRelease(V, |
|
V getAcquire() |
|
V getOpaque() |
|
V getPlain() |
|
void setOpaque(V) |
|
void setPlain(V) |
|
void setRelease(V) |
|
boolean weakCompareAndSetAcquire(V, |
|
boolean weakCompareAndSetPlain(V, |
|
boolean weakCompareAndSetRelease(V, |
|
boolean weakCompareAndSetVolatile(V, |
|
| Changed Methods | ||
|---|---|---|
boolean weakCompareAndSet(V, |
Now deprecated. |
|
