| Package Summary Overview Summary |
class:AtomicLong [NONE] |
|
|
constructor:AtomicLong(long) [NONE] |
|
|
constructor:AtomicLong() [NONE] |
|
|
method:get() [NONE] |
|
|
method:set(long) [NONE] |
|
|
method:lazySet(long) [NONE] |
|
|
method:getAndSet(long) [NONE] |
|
|
method:compareAndSet(long,long) [NONE] |
|
|
method:weakCompareAndSet(long,long) [NONE] |
|
|
method:weakCompareAndSetPlain(long,long) [NONE] |
|
|
method:getAndIncrement() [NONE] |
|
|
method:getAndDecrement() [NONE] |
|
|
method:getAndAdd(long) [NONE] |
|
|
method:incrementAndGet() [NONE] |
|
|
method:decrementAndGet() [NONE] |
|
|
method:addAndGet(long) [NONE] |
|
|
method:getAndUpdate(java.util.function.LongUnaryOperator) [NONE] |
|
|
method:updateAndGet(java.util.function.LongUnaryOperator) [NONE] |
|
|
method:getAndAccumulate(long,java.util.function.LongBinaryOperator) [NONE] |
|
|
method:accumulateAndGet(long,java.util.function.LongBinaryOperator) [NONE] |
|
|
method:toString() [NONE] |
|
|
method:intValue() [NONE] |
|
|
method:longValue() [NONE] |
|
|
method:floatValue() [NONE] |
|
|
method:doubleValue() [NONE] |
|
|
method:getPlain() [NONE] |
|
|
method:getOpaque() [NONE] |
|
|
method:setOpaque(long) [NONE] |
|
|
method:getAcquire() [NONE] |
|
|
method:setRelease(long) [NONE] |
|
|
method:compareAndExchange(long,long) [NONE] |
|
|
method:compareAndExchangeAcquire(long,long) [NONE] |
|
|
method:compareAndExchangeRelease(long,long) [NONE] |
|
|
method:weakCompareAndSetVolatile(long,long) [NONE] |
|
|
method:weakCompareAndSetAcquire(long,long) [NONE] |
|
|
method:weakCompareAndSetRelease(long,long) [NONE] |
|
|
© 2023 Oracle Corporation and/or its affiliates
compareAndExchange(long, long)andcompareAndSet(long, long)). To avoid confusion over plain or volatile memory effects it is recommended that the methodweakCompareAndSetPlain(long, long)be used instead.