| Package | Description |
|---|---|
| org.jboss.util.collection |
Extentions to the Java Collections framework.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) ConcurrentSkipListMap.HeadIndex<K,V> |
ConcurrentSkipListMap.head
The topmost head index of the skiplist.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<ConcurrentSkipListMap,ConcurrentSkipListMap.HeadIndex> |
ConcurrentSkipListMap.headUpdater
Updater for casHead
|
| Modifier and Type | Method and Description |
|---|---|
private void |
ConcurrentSkipListMap.addIndex(ConcurrentSkipListMap.Index<K,V> idx,
ConcurrentSkipListMap.HeadIndex<K,V> h,
int indexLevel)
Add given index nodes from given level down to 1.
|
private boolean |
ConcurrentSkipListMap.casHead(ConcurrentSkipListMap.HeadIndex<K,V> cmp,
ConcurrentSkipListMap.HeadIndex<K,V> val)
compareAndSet head node
|
private boolean |
ConcurrentSkipListMap.casHead(ConcurrentSkipListMap.HeadIndex<K,V> cmp,
ConcurrentSkipListMap.HeadIndex<K,V> val)
compareAndSet head node
|