static class NaiveTxnLinkedList.Entry<E>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private TxnRef<NaiveTxnLinkedList.Entry<E>> |
next |
private TxnRef<NaiveTxnLinkedList.Entry<E>> |
previous |
private TxnRef<E> |
value |
Constructor and Description |
---|
Entry(TxnRefFactory refFactory,
E value) |
private final TxnRef<NaiveTxnLinkedList.Entry<E>> next
private final TxnRef<NaiveTxnLinkedList.Entry<E>> previous
Entry(TxnRefFactory refFactory, E value)