public final class Node<T> extends AtomicReference<Node<T>>
| Modifier and Type | Field and Description |
|---|---|
int |
deqidx |
AtomicInteger |
enqidx |
AtomicReferenceArray<T> |
items |
| Modifier and Type | Method and Description |
|---|---|
boolean |
casNext(Node<T> oldNode,
Node<T> newNode) |
void |
clearPrev() |
Node<T> |
getNext() |
Node<T> |
getPrev() |
String |
toString() |
accumulateAndGet, compareAndSet, get, getAndAccumulate, getAndSet, getAndUpdate, lazySet, set, updateAndGet, weakCompareAndSetpublic volatile int deqidx
public final AtomicReferenceArray<T> items
public final AtomicInteger enqidx
Copyright © 2009–2025 OrientDB. All rights reserved.