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

Packages that use TxnQueue
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
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
 interface TxnDeque<E>
           
 

Methods in org.multiverse.api.collections that return TxnQueue
<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
 class NaiveTxnLinkedList<E>
          A LinkedList implementation that also acts as a TxnQueue, TxnDeque.
 



Copyright © 2012. All Rights Reserved.