Package org.multiverse.collections
Class NaiveTxnLinkedList.Entry<E>
- java.lang.Object
-
- org.multiverse.collections.NaiveTxnLinkedList.Entry<E>
-
- Enclosing class:
- NaiveTxnLinkedList<E>
static class NaiveTxnLinkedList.Entry<E> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Entry(TxnRefFactory refFactory, E value)
-
-
-
Field Detail
-
next
private final TxnRef<NaiveTxnLinkedList.Entry<E>> next
-
previous
private final TxnRef<NaiveTxnLinkedList.Entry<E>> previous
-
-
Constructor Detail
-
Entry
Entry(TxnRefFactory refFactory, E value)
-
-