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

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

Uses of TxnStack in org.multiverse.api
 

Methods in org.multiverse.api that return TxnStack
static
<E> TxnStack<E>
StmUtils.newTxnStack()
          Creates a new committed unbound TxnStack.
static
<E> TxnStack<E>
StmUtils.newTxnStack(int capacity)
          Creates a new committed bound TxnStack.
 

Uses of TxnStack in org.multiverse.api.collections
 

Methods in org.multiverse.api.collections that return TxnStack
<E> TxnStack<E>
TxnCollectionsFactory.newStack()
           
<E> TxnStack<E>
TxnCollectionsFactory.newStack(int capacity)
           
 

Uses of TxnStack in org.multiverse.collections
 

Classes in org.multiverse.collections that implement TxnStack
 class NaiveTxnStack<E>
           
 

Methods in org.multiverse.collections that return TxnStack
<E> TxnStack<E>
NaiveTxnCollectionFactory.newStack(int capacity)
           
 



Copyright © 2012. All Rights Reserved.