Searched defs:ForwardingNode (Results 1 – 1 of 1) sorted by relevance
2236 static final class ForwardingNode<K,V> extends Node<K,V> { class in ConcurrentHashMap2238 ForwardingNode(Node<K,V>[] tab) { in ForwardingNode() method in ConcurrentHashMap.ForwardingNode