|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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. |
|
|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||