static final class ConcurrentHashMapV8.ForwardingNode<K,V> extends ConcurrentHashMapV8.Node<K,V>
| Modifier and Type | Field and Description |
|---|---|
(package private) ConcurrentHashMapV8.Node<K,V>[] |
nextTable |
hash, key, next, val| Constructor and Description |
|---|
ForwardingNode(ConcurrentHashMapV8.Node<K,V>[] tab) |
| 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, toStringfinal ConcurrentHashMapV8.Node<K,V>[] nextTable
ForwardingNode(ConcurrentHashMapV8.Node<K,V>[] tab)
ConcurrentHashMapV8.Node<K,V> find(int h, java.lang.Object k)
ConcurrentHashMapV8.Nodefind in class ConcurrentHashMapV8.Node<K,V>