Uses of Interface
org.multiverse.api.collections.TxnSet
-
Packages that use TxnSet Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description TxnSet<java.util.Map.Entry<K,V>>TxnMap. entrySet()Returns aTxnSetview of the mappings contained in this map.TxnSet<java.util.Map.Entry<K,V>>TxnMap. entrySet(Txn txn)Returns aTxnSetview of the mappings contained in this map.TxnSet<K>TxnMap. keySet()Returns aTxnSetview of the keys contained in this map.TxnSet<K>TxnMap. keySet(Txn txn)Returns aTxnSetview 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 Modifier and Type Class Description classNaiveTxnHashSet<E>Methods in org.multiverse.collections that return TxnSet Modifier and Type Method Description TxnSet<java.util.Map.Entry<K,V>>AbstractTxnMap. entrySet()TxnSet<java.util.Map.Entry<K,V>>NaiveTxnHashMap. entrySet(Txn tx)TxnSet<K>AbstractTxnMap. keySet()TxnSet<K>NaiveTxnHashMap. keySet(Txn tx)
-