Uses of Class
org.multiverse.collections.NaiveTxnHashMap.NaiveEntry
-
Packages that use NaiveTxnHashMap.NaiveEntry Package Description org.multiverse.collections -
-
Uses of NaiveTxnHashMap.NaiveEntry in org.multiverse.collections
Fields in org.multiverse.collections with type parameters of type NaiveTxnHashMap.NaiveEntry Modifier and Type Field Description (package private) TxnRef<NaiveTxnHashMap.NaiveEntry<K,V>>
NaiveTxnHashMap.NaiveEntry. next
Methods in org.multiverse.collections that return NaiveTxnHashMap.NaiveEntry Modifier and Type Method Description private NaiveTxnHashMap.NaiveEntry<K,V>
NaiveTxnHashMap. getEntry(Txn tx, java.lang.Object key)
Constructors in org.multiverse.collections with parameters of type NaiveTxnHashMap.NaiveEntry Constructor Description NaiveEntry(int hash, K key, V value, NaiveTxnHashMap.NaiveEntry<K,V> next)
-