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