Class ConcurrentHashMapV8.ForwardingNode<K,​V>

  • All Implemented Interfaces:
    java.util.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.