public final class LinkedQueueAtomicNode<E> extends java.util.concurrent.atomic.AtomicReference<LinkedQueueAtomicNode<E>>
| Modifier and Type | Method | Description |
|---|---|---|
E |
getAndNullValue() |
Gets the current value and nulls out the reference to it from this node.
|
E |
lpValue() |
|
LinkedQueueAtomicNode<E> |
lvNext() |
|
void |
soNext(LinkedQueueAtomicNode<E> n) |
|
void |
spValue(E newValue) |
accumulateAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndAccumulate, getAndSet, getAndUpdate, getOpaque, getPlain, lazySet, set, setOpaque, setPlain, setRelease, toString, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatilepublic E getAndNullValue()
public E lpValue()
public void spValue(E newValue)
public void soNext(LinkedQueueAtomicNode<E> n)
public LinkedQueueAtomicNode<E> lvNext()
Copyright © 2013–2017. All rights reserved.