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