| Package | Description |
|---|---|
| org.multiverse.api | |
| org.multiverse.api.collections | |
| org.multiverse.collections |
| Modifier and Type | Method and Description |
|---|---|
static <E> TxnSet<E> |
StmUtils.newTxnHashSet()
Creates a new committed TxnSet that is based on a 'hashtable'.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
<E> TxnSet<E> |
TxnCollectionsFactory.newHashSet() |
| Modifier and Type | Class and Description |
|---|---|
class |
NaiveTxnHashSet<E> |
| Modifier and Type | Method and 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) |
Copyright © 2025. All rights reserved.