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 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 TxnDouble Modifier and Type Method Description TxnDoubleTxnRefFactory. 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 classGammaTxnDouble
-