Class ConcurrentSkipListIntObjMultimap.Node<V>

  • Enclosing class:
    ConcurrentSkipListIntObjMultimap<V>

    static final class ConcurrentSkipListIntObjMultimap.Node<V>
    extends java.lang.Object
    Nodes hold keys and values, and are singly linked in sorted order, possibly with some intervening marker nodes. The list is headed by a header node accessible as head.node. Headers and marker nodes have null keys. The val field (but currently not the key field) is nulled out upon deletion.