Package | Description |
---|---|
org.multiverse.collections |
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
private NaiveTxnLinkedList.Entry<E> |
NaiveTxnLinkedList.entry(Txn tx,
int index) |