Uses of Class
org.jboss.util.collection.ConcurrentSkipListMap.HeadIndex
-
Packages that use ConcurrentSkipListMap.HeadIndex Package Description org.jboss.util.collection Extentions to the Java Collections framework. -
-
Uses of ConcurrentSkipListMap.HeadIndex in org.jboss.util.collection
Fields in org.jboss.util.collection declared as ConcurrentSkipListMap.HeadIndex Modifier and Type Field Description (package private) ConcurrentSkipListMap.HeadIndex<K,V>
ConcurrentSkipListMap. head
The topmost head index of the skiplist.Fields in org.jboss.util.collection with type parameters of type ConcurrentSkipListMap.HeadIndex Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<ConcurrentSkipListMap,ConcurrentSkipListMap.HeadIndex>
ConcurrentSkipListMap. headUpdater
Updater for casHeadMethods in org.jboss.util.collection with parameters of type ConcurrentSkipListMap.HeadIndex Modifier and Type Method 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
-