Uses of Interface
org.multiverse.api.collections.TxnList
-
Packages that use TxnList Package Description org.multiverse.api org.multiverse.api.collections org.multiverse.collections -
-
Uses of TxnList in org.multiverse.api
Methods in org.multiverse.api that return TxnList Modifier and Type Method Description static <E> TxnList<E>
StmUtils. newTxnLinkedList()
Creates a new committed TxnList based on a double linked list. -
Uses of TxnList in org.multiverse.api.collections
Methods in org.multiverse.api.collections that return TxnList Modifier and Type Method Description <E> TxnList<E>
TxnCollectionsFactory. newLinkedList()
-
Uses of TxnList in org.multiverse.collections
Classes in org.multiverse.collections that implement TxnList Modifier and Type Class Description class
NaiveTxnLinkedList<E>
A LinkedList implementation that also acts as a TxnQueue, TxnDeque.
-