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, toString
final ConcurrentHashMapV8.Node<K,V>[] nextTable
ForwardingNode(ConcurrentHashMapV8.Node<K,V>[] tab)
ConcurrentHashMapV8.Node<K,V> find(int h, java.lang.Object k)
ConcurrentHashMapV8.Node
find
in class ConcurrentHashMapV8.Node<K,V>