static final class ConcurrentSkipListMap.HeadIndex<K,V> extends ConcurrentSkipListMap.Index<K,V>
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
level |
down, key, node, right, rightUpdater| Constructor and Description |
|---|
HeadIndex(ConcurrentSkipListMap.Node<K,V> node,
ConcurrentSkipListMap.Index<K,V> down,
ConcurrentSkipListMap.Index<K,V> right,
int level) |
casRight, indexesDeletedNode, link, unlinkHeadIndex(ConcurrentSkipListMap.Node<K,V> node, ConcurrentSkipListMap.Index<K,V> down, ConcurrentSkipListMap.Index<K,V> right, int level)