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