Uses of Interface
org.multiverse.api.collections.TxnQueue
-
Packages that use TxnQueue Package Description org.multiverse.api org.multiverse.api.collections org.multiverse.collections -
-
Uses of TxnQueue in org.multiverse.api
Methods in org.multiverse.api that return TxnQueue Modifier and Type Method Description static <E> TxnQueue<E>
StmUtils. newTxnQueue()
Creates a new committed unbound TxnQueue.static <E> TxnQueue<E>
StmUtils. newTxnQueue(int capacity)
Creates a new committed bound TxnQueue. -
Uses of TxnQueue in org.multiverse.api.collections
Subinterfaces of TxnQueue in org.multiverse.api.collections Modifier and Type Interface Description interface
TxnDeque<E>
Methods in org.multiverse.api.collections that return TxnQueue Modifier and Type Method Description <E> TxnQueue<E>
TxnCollectionsFactory. newQueue()
<E> TxnQueue<E>
TxnCollectionsFactory. newQueue(int capacity)
-
Uses of TxnQueue in org.multiverse.collections
Classes in org.multiverse.collections that implement TxnQueue Modifier and Type Class Description class
NaiveTxnLinkedList<E>
A LinkedList implementation that also acts as a TxnQueue, TxnDeque.
-