|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConcurrentSkipListMap.HeadIndex | |
---|---|
net.sf.beanlib.util.concurrent | Mirror package of java.util.concurrent of Java 6 beta 2. |
Uses of ConcurrentSkipListMap.HeadIndex in net.sf.beanlib.util.concurrent |
---|
Fields in net.sf.beanlib.util.concurrent declared as ConcurrentSkipListMap.HeadIndex | |
---|---|
private ConcurrentSkipListMap.HeadIndex<K,V> |
ConcurrentSkipListMap.head
The topmost head index of the skiplist. |
Fields in net.sf.beanlib.util.concurrent with type parameters of type ConcurrentSkipListMap.HeadIndex | |
---|---|
private static AtomicReferenceFieldUpdater<ConcurrentSkipListMap,ConcurrentSkipListMap.HeadIndex> |
ConcurrentSkipListMap.headUpdater
Updater for casHead |
Methods in net.sf.beanlib.util.concurrent with parameters of type ConcurrentSkipListMap.HeadIndex | |
---|---|
private void |
ConcurrentSkipListMap.addIndex(ConcurrentSkipListMap.Index<K,V> idx,
ConcurrentSkipListMap.HeadIndex<K,V> h,
int indexLevel)
Adds 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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |