Package org.multiverse.collections
Class NaiveTxnHashMap.NaiveEntry<K,V>
- java.lang.Object
-
- org.multiverse.collections.NaiveTxnHashMap.NaiveEntry<K,V>
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Enclosing class:
- NaiveTxnHashMap<K,V>
private class NaiveTxnHashMap.NaiveEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
-
-
Constructor Summary
Constructors Constructor Description NaiveEntry(int hash, K key, V value, NaiveTxnHashMap.NaiveEntry<K,V> next)
-
-
-
Constructor Detail
-
NaiveEntry
NaiveEntry(int hash, K key, V value, NaiveTxnHashMap.NaiveEntry<K,V> next)
-
-