static final class ConcurrentHashMapV8.ReservationNode<K,V> extends ConcurrentHashMapV8.Node<K,V>
hash, key, next, val| Constructor and Description |
|---|
ReservationNode() |
| Modifier and Type | Method and Description |
|---|---|
(package private) ConcurrentHashMapV8.Node<K,V> |
find(int h,
java.lang.Object k)
Virtualized support for map.get(); overridden in subclasses.
|
equals, getKey, getValue, hashCode, setValue, toStringConcurrentHashMapV8.Node<K,V> find(int h, java.lang.Object k)
ConcurrentHashMapV8.Nodefind in class ConcurrentHashMapV8.Node<K,V>