Package | Description |
---|---|
org.multiverse.api | |
org.multiverse.api.references | |
org.multiverse.collections | |
org.multiverse.stms.gamma.transactionalobjects |
Modifier and Type | Method and Description |
---|---|
static TxnInteger |
StmUtils.newTxnInteger()
Creates a committed
TxnInteger with 0 as initial value using the GlobalStmInstance . |
static TxnInteger |
StmUtils.newTxnInteger(int value)
Creates a committed
TxnInteger with the provided value using the GlobalStmInstance . |
Modifier and Type | Method and Description |
---|---|
TxnInteger |
TxnRefFactory.newTxnInteger(int value)
Creates a committed TxnInteger.
|
Modifier and Type | Field and Description |
---|---|
private TxnInteger |
NaiveTxnStack.size |
private TxnInteger |
NaiveTxnLinkedList.size |
private TxnInteger |
NaiveTxnHashMap.size |
private TxnInteger |
NaiveTxnHashMap.threshold |
Modifier and Type | Class and Description |
---|---|
class |
GammaTxnInteger |