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

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

Uses of TxnMap in org.multiverse.api
 

Methods in org.multiverse.api that return TxnMap
static
<K,V> TxnMap<K,V>
StmUtils.newTxnHashMap()
          Creates a new committed TxnMap.
 

Uses of TxnMap in org.multiverse.api.collections
 

Methods in org.multiverse.api.collections that return TxnMap
<K,V> TxnMap<K,V>
TxnCollectionsFactory.newHashMap()
           
 

Uses of TxnMap in org.multiverse.collections
 

Classes in org.multiverse.collections that implement TxnMap
 class AbstractTxnMap<K,V>
           
 class NaiveTxnHashMap<K,V>
           
 



Copyright © 2012. All Rights Reserved.