Package Summary Overview Summary |
class:AtomicReference [CHANGED] |
||||
|
constructor:AtomicReference(V) [NONE] |
|
|
constructor:AtomicReference() [NONE] |
|
|
method:get() [CHANGED] |
||||
|
method:set(V) [CHANGED] |
||||
|
method:lazySet(V) [CHANGED] |
||||
|
method:compareAndSet(V, V) [CHANGED] |
||||
|
method:weakCompareAndSet(V, V) [CHANGED] |
||||
|
method:weakCompareAndSetPlain(V, V) [ADDED] |
|
|
method:getAndSet(V) [CHANGED] |
||||
|
method:getAndUpdate(java.util.function.UnaryOperator) [NONE] |
|
|
method:updateAndGet(java.util.function.UnaryOperator) [NONE] |
|
|
method:getAndAccumulate(V, java.util.function.BinaryOperator) [NONE] |
|
|
method:accumulateAndGet(V, java.util.function.BinaryOperator) [NONE] |
|
|
method:toString() [NONE] |
|
|
method:getPlain() [ADDED] |
|
|
method:setPlain(V) [ADDED] |
|
|
method:getOpaque() [ADDED] |
|
|
method:setOpaque(V) [ADDED] |
|
|
method:getAcquire() [ADDED] |
|
|
method:setRelease(V) [ADDED] |
|
|
method:compareAndExchange(V, V) [ADDED] |
|
|
method:compareAndExchangeAcquire(V, V) [ADDED] |
|
|
method:compareAndExchangeRelease(V, V) [ADDED] |
|
|
method:weakCompareAndSetVolatile(V, V) [ADDED] |
|
|
method:weakCompareAndSetAcquire(V, V) [ADDED] |
|
|
method:weakCompareAndSetRelease(V, V) [ADDED] |
|
|
© 2017 Oracle Corporation and/or its affiliates