Package org.multiverse.collections
Class NaiveTxnHashMap.NaiveEntry<K,V>
java.lang.Object
org.multiverse.collections.NaiveTxnHashMap.NaiveEntry<K,V>
- All Implemented Interfaces:
Map.Entry<K,
V>
- Enclosing class:
- NaiveTxnHashMap<K,
V>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNaiveEntry
(int hash, K key, V value, NaiveTxnHashMap<K, V>.NaiveEntry<K, V> next) -
Method Summary
-
Field Details
-
key
-
hash
final int hash -
value
-
next
-
-
Constructor Details
-
NaiveEntry
NaiveEntry(int hash, K key, V value, NaiveTxnHashMap<K, V>.NaiveEntry<K, V> next)
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
equals
-
hashCode
public final int hashCode() -
toString
-