| Package | Description |
|---|---|
| com.orientechnologies.orient.core.storage.impl.local.paginated.wal.cas.deque |
| Modifier and Type | Method and Description |
|---|---|
Node<T> |
Node.getNext() |
Node<T> |
Node.getPrev() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Node.casNext(Node<T> oldNode,
Node<T> newNode) |
boolean |
Node.casNext(Node<T> oldNode,
Node<T> newNode) |
| Constructor and Description |
|---|
Cursor(Node<T> node,
int itemIndex,
T item) |
Copyright © 2009–2025 OrientDB. All rights reserved.