Uses of Interface
org.multiverse.api.collections.TxnList
Packages that use TxnList
-
Uses of TxnList in org.multiverse.api
Methods in org.multiverse.api that return TxnListModifier and TypeMethodDescriptionstatic <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 -
Uses of TxnList in org.multiverse.collections
Classes in org.multiverse.collections that implement TxnListModifier and TypeClassDescriptionfinal class
A LinkedList implementation that also acts as a TxnQueue, TxnDeque.