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