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