Package | Description |
---|---|
org.multiverse.collections |
Modifier and Type | Field and Description |
---|---|
(package private) NaiveTxnStack.Node<E> |
NaiveTxnStack.Node.next |
Modifier and Type | Field and Description |
---|---|
private TxnRef<NaiveTxnStack.Node<E>> |
NaiveTxnStack.head |
(package private) TxnRef<NaiveTxnStack.Node<E>> |
NaiveTxnStack.It.node |
Constructor and Description |
---|
It(Stm stm,
NaiveTxnStack.Node<E> node) |
Node(NaiveTxnStack.Node<E> next,
E value) |