Class ConcurrentHashMapV8.ForwardingNode<K,V>

java.lang.Object
org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Node<K,V>
org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.ForwardingNode<K,V>
All Implemented Interfaces:
Map.Entry<K,V>
Enclosing class:
ConcurrentHashMapV8<K,V>

static final class ConcurrentHashMapV8.ForwardingNode<K,V> extends ConcurrentHashMapV8.Node<K,V>
A node inserted at head of bins during transfer operations.