Uses of Class
org.multiverse.collections.NaiveTxnHashMap.NaiveEntry
Packages that use NaiveTxnHashMap.NaiveEntry
-
Uses of NaiveTxnHashMap.NaiveEntry in org.multiverse.collections
Fields in org.multiverse.collections with type parameters of type NaiveTxnHashMap.NaiveEntryModifier and TypeFieldDescription(package private) final TxnRef<NaiveTxnHashMap<K,
V>.NaiveEntry<K, V>> NaiveTxnHashMap.NaiveEntry.next
Methods in org.multiverse.collections that return NaiveTxnHashMap.NaiveEntryConstructors in org.multiverse.collections with parameters of type NaiveTxnHashMap.NaiveEntryModifierConstructorDescription(package private)
NaiveEntry
(int hash, K key, V value, NaiveTxnHashMap<K, V>.NaiveEntry<K, V> next)