Class ConcurrentSkipListIntObjMultimap.Index<V>
java.lang.Object
io.netty.util.concurrent.ConcurrentSkipListIntObjMultimap.Index<V>
- Enclosing class:
ConcurrentSkipListIntObjMultimap<V>
Index nodes represent the levels of the skip list.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final ConcurrentSkipListIntObjMultimap.Index<V> (package private) final ConcurrentSkipListIntObjMultimap.Node<V> (package private) ConcurrentSkipListIntObjMultimap.Index<V> -
Constructor Summary
ConstructorsConstructorDescriptionIndex(ConcurrentSkipListIntObjMultimap.Node<V> node, ConcurrentSkipListIntObjMultimap.Index<V> down, ConcurrentSkipListIntObjMultimap.Index<V> right) -
Method Summary
-
Field Details
-
node
-
down
-
right
-
-
Constructor Details
-
Index
Index(ConcurrentSkipListIntObjMultimap.Node<V> node, ConcurrentSkipListIntObjMultimap.Index<V> down, ConcurrentSkipListIntObjMultimap.Index<V> right)
-