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