Uses of Interface
org.multiverse.api.references.TxnDouble
Packages that use TxnDouble
Package
Description
-
Uses of TxnDouble in org.multiverse.api
Methods in org.multiverse.api that return TxnDoubleModifier and TypeMethodDescriptionstatic 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 TxnDoubleModifier and TypeMethodDescriptionTxnRefFactory.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