Uses of Class
org.jboss.util.collection.ConcurrentSkipListMap
-
Packages that use ConcurrentSkipListMap Package Description org.jboss.util.collection Extentions to the Java Collections framework. -
-
Uses of ConcurrentSkipListMap in org.jboss.util.collection
Fields in org.jboss.util.collection declared as ConcurrentSkipListMap Modifier and Type Field Description private ConcurrentSkipListMap<K,V>
ConcurrentSkipListMap.ConcurrentSkipListSubMap. m
Underlying mapFields in org.jboss.util.collection with type parameters of type ConcurrentSkipListMap 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 that return ConcurrentSkipListMap Modifier and Type Method Description (package private) ConcurrentSkipListMap<K,V>
ConcurrentSkipListMap.ConcurrentSkipListSubMap. getMap()
Returns underlying map.Constructors in org.jboss.util.collection with parameters of type ConcurrentSkipListMap Constructor Description ConcurrentSkipListSubMap(ConcurrentSkipListMap<K,V> map, K least, K fence)
Creates a new submap.
-