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<Map.Entry<K,V>>
TxnMap. entrySet()
Returns aTxnSet
view of the mappings contained in this map.TxnSet<Map.Entry<K,V>>
TxnMap. entrySet(Txn txn)
Returns aTxnSet
view of the mappings contained in this map.TxnSet<K>
TxnMap. keySet()
Returns aTxnSet
view of the keys contained in this map.TxnSet<K>
TxnMap. keySet(Txn txn)
Returns aTxnSet
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 Modifier and Type Class Description class
NaiveTxnHashSet<E>
Methods in org.multiverse.collections that return TxnSet Modifier and Type Method Description 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)
-