Uses of Interface
org.multiverse.api.references.TxnInteger
Packages that use TxnInteger
Package
Description
-
Uses of TxnInteger in org.multiverse.api
Methods in org.multiverse.api that return TxnIntegerModifier and TypeMethodDescriptionstatic 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 TxnIntegerModifier and TypeMethodDescriptionTxnRefFactory.newTxnInteger
(int value) Creates a committed TxnInteger. -
Uses of TxnInteger in org.multiverse.collections
Fields in org.multiverse.collections declared as TxnIntegerModifier and TypeFieldDescriptionprivate final TxnInteger
NaiveTxnHashMap.size
private final TxnInteger
NaiveTxnLinkedList.size
private final TxnInteger
NaiveTxnStack.size
private final TxnInteger
NaiveTxnHashMap.threshold
-
Uses of TxnInteger in org.multiverse.stms.gamma.transactionalobjects
Classes in org.multiverse.stms.gamma.transactionalobjects that implement TxnInteger