Uses of Interface
org.multiverse.api.collections.TxnSet
Packages that use TxnSet
-
Uses of TxnSet in org.multiverse.api
Methods in org.multiverse.api that return TxnSetModifier and TypeMethodDescriptionstatic <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 TxnSetModifier and TypeMethodDescriptionTxnMap.entrySet()
Returns aTxnSet
view of the mappings contained in this map.Returns aTxnSet
view of the mappings contained in this map.TxnMap.keySet()
Returns aTxnSet
view of the keys contained in this map.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 TxnSetMethods in org.multiverse.collections that return TxnSet