Class ConcurrentSkipListIntObjMultimap.Node<V>

java.lang.Object
io.netty.util.concurrent.ConcurrentSkipListIntObjMultimap.Node<V>
Enclosing class:
ConcurrentSkipListIntObjMultimap<V>

static final class ConcurrentSkipListIntObjMultimap.Node<V> extends 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.