Uses of Interface
org.multiverse.api.references.TxnRef
Packages that use TxnRef
Package
Description
-
Uses of TxnRef in org.multiverse.api
Methods in org.multiverse.api that return TxnRefModifier and TypeMethodDescriptionstatic <E> TxnRef<E> StmUtils.newTxnRef()Creates a committedTxnRefwith null as initial value using theGlobalStmInstance.static <E> TxnRef<E> StmUtils.newTxnRef(E value) Creates a committedTxnRefwith the provided value using theGlobalStmInstance. -
Uses of TxnRef in org.multiverse.api.references
Methods in org.multiverse.api.references that return TxnRef -
Uses of TxnRef in org.multiverse.collections
Fields in org.multiverse.collections declared as TxnRefModifier and TypeFieldDescriptionprivate final TxnRef<NaiveTxnLinkedList.Entry<E>> NaiveTxnLinkedList.headprivate final TxnRef<NaiveTxnStack.Node<E>> NaiveTxnStack.head(package private) final TxnRef<NaiveTxnHashMap<K, V>.NaiveEntry<K, V>> NaiveTxnHashMap.NaiveEntry.nextprivate final TxnRef<NaiveTxnLinkedList.Entry<E>> NaiveTxnLinkedList.Entry.next(package private) final TxnRef<NaiveTxnStack.Node<E>> NaiveTxnStack.It.nodeprivate final TxnRef<NaiveTxnLinkedList.Entry<E>> NaiveTxnLinkedList.Entry.previousprivate final TxnRef<TxnRef<NaiveTxnHashMap.NaiveEntry>[]> NaiveTxnHashMap.tableprivate final TxnRef<NaiveTxnLinkedList.Entry<E>> NaiveTxnLinkedList.tailNaiveTxnHashMap.NaiveEntry.valueNaiveTxnLinkedList.Entry.valueMethods in org.multiverse.collections with parameters of type TxnRefModifier and TypeMethodDescription(package private) voidNaiveTxnHashMap.transfer(Txn tx, TxnRef<NaiveTxnHashMap.NaiveEntry>[] newTable) -
Uses of TxnRef in org.multiverse.stms.gamma.transactionalobjects
Classes in org.multiverse.stms.gamma.transactionalobjects that implement TxnRef