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

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

Uses of TxnSet in org.multiverse.api
 

Methods in org.multiverse.api that return TxnSet
static
<E> TxnSet<E>
StmUtils.newTxnHashSet()
          Creates a new committed TxnSet that is based on a 'hashtable'.
 

Uses of TxnSet in org.multiverse.api.collections
 

Methods in org.multiverse.api.collections that return TxnSet
 TxnSet<Map.Entry<K,V>> TxnMap.entrySet()
          Returns a TxnSet view of the mappings contained in this map.
 TxnSet<Map.Entry<K,V>> TxnMap.entrySet(Txn txn)
          Returns a TxnSet view of the mappings contained in this map.
 TxnSet<K> TxnMap.keySet()
          Returns a TxnSet view of the keys contained in this map.
 TxnSet<K> TxnMap.keySet(Txn txn)
          Returns a TxnSet view of the keys contained in this map.
<E> TxnSet<E>
TxnCollectionsFactory.newHashSet()
           
 

Uses of TxnSet in org.multiverse.collections
 

Classes in org.multiverse.collections that implement TxnSet
 class NaiveTxnHashSet<E>
           
 

Methods in org.multiverse.collections that return TxnSet
 TxnSet<Map.Entry<K,V>> AbstractTxnMap.entrySet()
           
 TxnSet<Map.Entry<K,V>> NaiveTxnHashMap.entrySet(Txn tx)
           
 TxnSet<K> AbstractTxnMap.keySet()
           
 TxnSet<K> NaiveTxnHashMap.keySet(Txn tx)
           
 



Copyright © 2012. All Rights Reserved.