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

Packages that use TxnList
org.multiverse.api   
org.multiverse.api.collections   
org.multiverse.collections   
 

Uses of TxnList in org.multiverse.api
 

Methods in org.multiverse.api that return TxnList
static
<E> TxnList<E>
StmUtils.newTxnLinkedList()
          Creates a new committed TxnList based on a double linked list.
 

Uses of TxnList in org.multiverse.api.collections
 

Methods in org.multiverse.api.collections that return TxnList
<E> TxnList<E>
TxnCollectionsFactory.newLinkedList()
           
 

Uses of TxnList in org.multiverse.collections
 

Classes in org.multiverse.collections that implement TxnList
 class NaiveTxnLinkedList<E>
          A LinkedList implementation that also acts as a TxnQueue, TxnDeque.
 



Copyright © 2012. All Rights Reserved.