| Package | Description |
|---|---|
| org.multiverse.api | |
| org.multiverse.api.collections | |
| org.multiverse.collections |
| Modifier and Type | Method and Description |
|---|---|
static <E> TxnDeque<E> |
StmUtils.newTxnDeque()
Creates a new committed unbound TxnDeque.
|
static <E> TxnDeque<E> |
StmUtils.newTxnDeque(int capacity)
Creates a new committed bound TxnDeque.
|
| Modifier and Type | Method and Description |
|---|---|
<E> TxnDeque<E> |
TxnCollectionsFactory.newDeque() |
<E> TxnDeque<E> |
TxnCollectionsFactory.newDeque(int capacity) |
| Modifier and Type | Class and Description |
|---|---|
class |
NaiveTxnLinkedList<E>
A LinkedList implementation that also acts as a TxnQueue, TxnDeque.
|
Copyright © 2025. All rights reserved.