Uses of Interface
org.multiverse.api.references.TxnInteger
-
Packages that use TxnInteger Package Description org.multiverse.api org.multiverse.api.references org.multiverse.collections org.multiverse.stms.gamma.transactionalobjects -
-
Uses of TxnInteger in org.multiverse.api
Methods in org.multiverse.api that return TxnInteger Modifier and Type Method Description static 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 TxnInteger Modifier and Type Method Description TxnIntegerTxnRefFactory. newTxnInteger(int value)Creates a committed TxnInteger. -
Uses of TxnInteger in org.multiverse.collections
Fields in org.multiverse.collections declared as TxnInteger Modifier and Type Field Description private TxnIntegerNaiveTxnHashMap. sizeprivate TxnIntegerNaiveTxnLinkedList. sizeprivate TxnIntegerNaiveTxnStack. sizeprivate TxnIntegerNaiveTxnHashMap. threshold -
Uses of TxnInteger in org.multiverse.stms.gamma.transactionalobjects
Classes in org.multiverse.stms.gamma.transactionalobjects that implement TxnInteger Modifier and Type Class Description classGammaTxnInteger
-