Uses of Interface
org.multiverse.api.collections.TxnDeque

Packages that use TxnDeque
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
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
<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
 class NaiveTxnLinkedList<E>
          A LinkedList implementation that also acts as a TxnQueue, TxnDeque.
 



Copyright © 2012. All Rights Reserved.