
public final class MPSCFAAArrayDequeue<T> extends AtomicReference<Node<T>>
| Constructor and Description |
|---|
MPSCFAAArrayDequeue() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Cursor<T> |
next(Cursor<T> cursor) |
void |
offer(T record) |
T |
peek() |
Cursor<T> |
peekFirst() |
Cursor<T> |
peekLast() |
T |
poll() |
static <T> Cursor<T> |
prev(Cursor<T> cursor) |
accumulateAndGet, compareAndSet, get, getAndAccumulate, getAndSet, getAndUpdate, lazySet, set, toString, updateAndGet, weakCompareAndSetCopyright © 2009–2025 OrientDB. All rights reserved.