Package | Description |
---|---|
org.multiverse.collections |
Modifier and Type | Field and Description |
---|---|
(package private) TxnRef<NaiveTxnHashMap.NaiveEntry<K,V>> |
NaiveTxnHashMap.NaiveEntry.next |
Modifier and Type | Method and Description |
---|---|
private NaiveTxnHashMap.NaiveEntry<K,V> |
NaiveTxnHashMap.getEntry(Txn tx,
java.lang.Object key) |
Constructor and Description |
---|
NaiveEntry(int hash,
K key,
V value,
NaiveTxnHashMap.NaiveEntry<K,V> next) |