java.util.concurrent
Class ConcurrentHashMap.HashEntry<K,V>
java.lang.Object
java.util.concurrent.ConcurrentHashMap.HashEntry<K,V>
- Enclosing class:
- ConcurrentHashMap<K,V>
static final class ConcurrentHashMap.HashEntry<K,V>
- extends Object
ConcurrentHashMap list entry. Note that this is never exported
out as a user-visible Map.Entry
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
final K key
value
V value
hash
final int hash
next
final ConcurrentHashMap.HashEntry<K,V> next
ConcurrentHashMap.HashEntry
ConcurrentHashMap.HashEntry(int hash,
K key,
V value,
ConcurrentHashMap.HashEntry<K,V> next)
Please submit a feedback, bug or feature