Uses of Interface
org.multiverse.api.collections.TxnMap
-
Packages that use TxnMap Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description <K,V>
TxnMap<K,V>TxnCollectionsFactory. newHashMap()
-
Uses of TxnMap in org.multiverse.collections
Classes in org.multiverse.collections that implement TxnMap Modifier and Type Class Description class
AbstractTxnMap<K,V>
class
NaiveTxnHashMap<K,V>
-