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. head
private TxnRef<NaiveTxnLinkedList.Entry<E>>
NaiveTxnLinkedList.Entry. next
private TxnRef<NaiveTxnLinkedList.Entry<E>>
NaiveTxnLinkedList.Entry. previous
private TxnRef<NaiveTxnLinkedList.Entry<E>>
NaiveTxnLinkedList. tail
Methods in org.multiverse.collections that return NaiveTxnLinkedList.Entry Modifier and Type Method Description private NaiveTxnLinkedList.Entry<E>
NaiveTxnLinkedList. entry(Txn tx, int index)
-