Uses of Class
org.multiverse.collections.NaiveTxnLinkedList.Entry
-
Packages that use NaiveTxnLinkedList.Entry Package Description org.multiverse.collections -
-
Uses of NaiveTxnLinkedList.Entry in org.multiverse.collections
Fields in org.multiverse.collections with type parameters of type NaiveTxnLinkedList.Entry Modifier and Type Field Description private TxnRef<NaiveTxnLinkedList.Entry<E>>NaiveTxnLinkedList. headprivate TxnRef<NaiveTxnLinkedList.Entry<E>>NaiveTxnLinkedList.Entry. nextprivate TxnRef<NaiveTxnLinkedList.Entry<E>>NaiveTxnLinkedList.Entry. previousprivate TxnRef<NaiveTxnLinkedList.Entry<E>>NaiveTxnLinkedList. tailMethods in org.multiverse.collections that return NaiveTxnLinkedList.Entry Modifier and Type Method Description private NaiveTxnLinkedList.Entry<E>NaiveTxnLinkedList. entry(Txn tx, int index)
-