Package io.netty.util.concurrent
Class ConcurrentSkipListIntObjMultimap.Index<V>
- java.lang.Object
-
- io.netty.util.concurrent.ConcurrentSkipListIntObjMultimap.Index<V>
-
- Enclosing class:
- ConcurrentSkipListIntObjMultimap<V>
static final class ConcurrentSkipListIntObjMultimap.Index<V> extends java.lang.ObjectIndex nodes represent the levels of the skip list.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ConcurrentSkipListIntObjMultimap.Index<V>down(package private) ConcurrentSkipListIntObjMultimap.Node<V>node(package private) ConcurrentSkipListIntObjMultimap.Index<V>right
-
Constructor Summary
Constructors Constructor Description Index(ConcurrentSkipListIntObjMultimap.Node<V> node, ConcurrentSkipListIntObjMultimap.Index<V> down, ConcurrentSkipListIntObjMultimap.Index<V> right)
-
-
-
Field Detail
-
node
final ConcurrentSkipListIntObjMultimap.Node<V> node
-
down
final ConcurrentSkipListIntObjMultimap.Index<V> down
-
right
volatile ConcurrentSkipListIntObjMultimap.Index<V> right
-
-
Constructor Detail
-
Index
Index(ConcurrentSkipListIntObjMultimap.Node<V> node, ConcurrentSkipListIntObjMultimap.Index<V> down, ConcurrentSkipListIntObjMultimap.Index<V> right)
-
-