Uses of Interface
org.multiverse.api.collections.TxnDeque
Packages that use TxnDeque
-
Uses of TxnDeque in org.multiverse.api
Methods in org.multiverse.api that return TxnDequeModifier and TypeMethodDescriptionstatic <E> TxnDeque<E> StmUtils.newTxnDeque()Creates a new committed unbound TxnDeque.static <E> TxnDeque<E> StmUtils.newTxnDeque(int capacity) Creates a new committed bound TxnDeque. -
Uses of TxnDeque in org.multiverse.api.collections
Methods in org.multiverse.api.collections that return TxnDeque -
Uses of TxnDeque in org.multiverse.collections
Classes in org.multiverse.collections that implement TxnDequeModifier and TypeClassDescriptionfinal classA LinkedList implementation that also acts as a TxnQueue, TxnDeque.