Uses of Interface
org.multiverse.api.collections.TxnDeque
-
Packages that use TxnDeque Package Description org.multiverse.api org.multiverse.api.collections org.multiverse.collections -
-
Uses of TxnDeque in org.multiverse.api
Methods in org.multiverse.api that return TxnDeque Modifier and Type Method Description static <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 Modifier and Type Method Description <E> TxnDeque<E>TxnCollectionsFactory. newDeque()<E> TxnDeque<E>TxnCollectionsFactory. newDeque(int capacity) -
Uses of TxnDeque in org.multiverse.collections
Classes in org.multiverse.collections that implement TxnDeque Modifier and Type Class Description classNaiveTxnLinkedList<E>A LinkedList implementation that also acts as a TxnQueue, TxnDeque.
-