Uses of Class
org.multiverse.collections.NaiveTxnStack.Node
-
Packages that use NaiveTxnStack.Node Package Description org.multiverse.collections -
-
Uses of NaiveTxnStack.Node in org.multiverse.collections
Fields in org.multiverse.collections declared as NaiveTxnStack.Node Modifier and Type Field Description (package private) NaiveTxnStack.Node<E>
NaiveTxnStack.Node. next
Fields in org.multiverse.collections with type parameters of type NaiveTxnStack.Node Modifier and Type Field Description private TxnRef<NaiveTxnStack.Node<E>>
NaiveTxnStack. head
(package private) TxnRef<NaiveTxnStack.Node<E>>
NaiveTxnStack.It. node
Constructors in org.multiverse.collections with parameters of type NaiveTxnStack.Node Constructor Description It(Stm stm, NaiveTxnStack.Node<E> node)
Node(NaiveTxnStack.Node<E> next, E value)
-