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,
Object k)
Virtualized support for map.get(); overridden in subclasses.
|
ConcurrentHashMapV8.Node<K,V> find(int h, Object k)
ConcurrentHashMapV8.Nodefind in class ConcurrentHashMapV8.Node<K,V>Copyright © 2010-2020 Toolsverse. All Rights Reserved.