|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TxnQueue | |
|---|---|
| org.multiverse.api | |
| org.multiverse.api.collections | |
| org.multiverse.collections | |
| Uses of TxnQueue in org.multiverse.api |
|---|
| Methods in org.multiverse.api that return TxnQueue | ||
|---|---|---|
static
|
StmUtils.newTxnQueue()
Creates a new committed unbound TxnQueue. |
|
static
|
StmUtils.newTxnQueue(int capacity)
Creates a new committed bound TxnQueue. |
|
| Uses of TxnQueue in org.multiverse.api.collections |
|---|
| Subinterfaces of TxnQueue in org.multiverse.api.collections | |
|---|---|
interface |
TxnDeque<E>
|
| Methods in org.multiverse.api.collections that return TxnQueue | ||
|---|---|---|
|
TxnCollectionsFactory.newQueue()
|
|
|
TxnCollectionsFactory.newQueue(int capacity)
|
|
| Uses of TxnQueue in org.multiverse.collections |
|---|
| Classes in org.multiverse.collections that implement TxnQueue | |
|---|---|
class |
NaiveTxnLinkedList<E>
A LinkedList implementation that also acts as a TxnQueue, TxnDeque. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||