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 TxnIntegerStmUtils.newTxnInteger()Creates a committedTxnIntegerwith 0 as initial value using theGlobalStmInstance.static TxnIntegerStmUtils.newTxnInteger(int value) Creates a committedTxnIntegerwith 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 TxnIntegerNaiveTxnHashMap.sizeprivate final TxnIntegerNaiveTxnLinkedList.sizeprivate final TxnIntegerNaiveTxnStack.sizeprivate final TxnIntegerNaiveTxnHashMap.threshold -
Uses of TxnInteger in org.multiverse.stms.gamma.transactionalobjects
Classes in org.multiverse.stms.gamma.transactionalobjects that implement TxnInteger