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. headThe 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. headUpdaterUpdater for casHeadMethods in org.jboss.util.collection with parameters of type ConcurrentSkipListMap.HeadIndex Modifier and Type Method Description private voidConcurrentSkipListMap. addIndex(ConcurrentSkipListMap.Index<K,V> idx, ConcurrentSkipListMap.HeadIndex<K,V> h, int indexLevel)Add given index nodes from given level down to 1.private booleanConcurrentSkipListMap. casHead(ConcurrentSkipListMap.HeadIndex<K,V> cmp, ConcurrentSkipListMap.HeadIndex<K,V> val)compareAndSet head node
-