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