Package | Description |
---|---|
org.multiverse.api | |
org.multiverse.api.collections | |
org.multiverse.collections |
Modifier and Type | Method and Description |
---|---|
static <E> TxnStack<E> |
StmUtils.newTxnStack()
Creates a new committed unbound TxnStack.
|
static <E> TxnStack<E> |
StmUtils.newTxnStack(int capacity)
Creates a new committed bound TxnStack.
|
Modifier and Type | Method and Description |
---|---|
<E> TxnStack<E> |
TxnCollectionsFactory.newStack() |
<E> TxnStack<E> |
TxnCollectionsFactory.newStack(int capacity) |
Modifier and Type | Class and Description |
---|---|
class |
NaiveTxnStack<E> |
Modifier and Type | Method and Description |
---|---|
<E> TxnStack<E> |
NaiveTxnCollectionFactory.newStack(int capacity) |
Copyright © 2020. All rights reserved.