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