Package Summary Overview Summary |
class:AtomicBoolean [NONE] |
|
|
constructor:AtomicBoolean() [NONE] |
|
|
method:get() [NONE] |
|
|
method:compareAndSet(boolean,boolean) [NONE] |
|
|
method:weakCompareAndSet(boolean,boolean) [NONE] |
|
|
method:weakCompareAndSetPlain(boolean,boolean) [NONE] |
|
|
method:set(boolean) [NONE] |
|
|
method:lazySet(boolean) [NONE] |
|
|
method:getAndSet(boolean) [NONE] |
|
|
method:toString() [NONE] |
|
|
method:getPlain() [NONE] |
|
|
method:setPlain(boolean) [NONE] |
|
|
method:getOpaque() [NONE] |
|
|
method:setOpaque(boolean) [NONE] |
|
|
method:getAcquire() [NONE] |
|
|
method:setRelease(boolean) [NONE] |
|
|
method:compareAndExchange(boolean,boolean) [NONE] |
|
|
method:compareAndExchangeAcquire(boolean,boolean) [NONE] |
|
|
method:compareAndExchangeRelease(boolean,boolean) [NONE] |
|
|
method:weakCompareAndSetVolatile(boolean,boolean) [NONE] |
|
|
method:weakCompareAndSetAcquire(boolean,boolean) [NONE] |
|
|
method:weakCompareAndSetRelease(boolean,boolean) [NONE] |
|
|
© 2023 Oracle Corporation and/or its affiliates
compareAndExchange(boolean, boolean)
andcompareAndSet(boolean, boolean)
). To avoid confusion over plain or volatile memory effects it is recommended that the methodweakCompareAndSetPlain(boolean, boolean)
be used instead.