Uses of Interface
org.multiverse.api.references.TxnInteger
-
Packages that use TxnInteger Package Description org.multiverse.api org.multiverse.api.references org.multiverse.stms.gamma.transactionalobjects -
-
Uses of TxnInteger in org.multiverse.api
Methods in org.multiverse.api that return TxnInteger Modifier and Type Method Description static TxnInteger
StmUtils. newTxnInteger()
Creates a committedTxnInteger
with 0 as initial value using theGlobalStmInstance
.static TxnInteger
StmUtils. newTxnInteger(int value)
Creates a committedTxnInteger
with the provided value using theGlobalStmInstance
. -
Uses of TxnInteger in org.multiverse.api.references
Methods in org.multiverse.api.references that return TxnInteger Modifier and Type Method Description TxnInteger
TxnRefFactory. newTxnInteger(int value)
Creates a committed TxnInteger. -
Uses of TxnInteger in org.multiverse.stms.gamma.transactionalobjects
Classes in org.multiverse.stms.gamma.transactionalobjects that implement TxnInteger Modifier and Type Class Description class
GammaTxnInteger
-