public final class LinkedQueueAtomicNode<E> extends AtomicReference<LinkedQueueAtomicNode<E>>
Modifier and Type | Method and 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, compareAndSet, get, getAndAccumulate, getAndSet, getAndUpdate, lazySet, set, toString, updateAndGet, weakCompareAndSet
public E getAndNullValue()
public E lpValue()
public void spValue(E newValue)
public void soNext(LinkedQueueAtomicNode<E> n)
public LinkedQueueAtomicNode<E> lvNext()
Copyright © 2013–2018. All rights reserved.