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 TxnDoubleStmUtils.newTxnDouble()Creates a committedTxnDoublewith 0 as initial value using theGlobalStmInstance.static TxnDoubleStmUtils.newTxnDouble(double value) Creates a committedTxnDoublewith 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