Class java.util.concurrent.atomic.AtomicIntegerArray
| Added Methods | |
|---|---|
int compareAndExchange(int, |
|
int compareAndExchangeAcquire(int, |
|
int compareAndExchangeRelease(int, |
|
int getAcquire(int) |
|
int getOpaque(int) |
|
int 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. |
|
