|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConcurrentSkipListMap | |
|---|---|
| net.sf.beanlib.util.concurrent | Mirror package of java.util.concurrent of Java 6 beta 2. |
| Uses of ConcurrentSkipListMap in net.sf.beanlib.util.concurrent |
|---|
| Fields in net.sf.beanlib.util.concurrent declared as ConcurrentSkipListMap | |
|---|---|
private ConcurrentSkipListMap<K,V> |
ConcurrentSkipListMap.SubMap.m
Underlying map |
| Fields in net.sf.beanlib.util.concurrent with type parameters of type ConcurrentSkipListMap | |
|---|---|
private static AtomicReferenceFieldUpdater<ConcurrentSkipListMap,ConcurrentSkipListMap.HeadIndex> |
ConcurrentSkipListMap.headUpdater
Updater for casHead |
| Methods in net.sf.beanlib.util.concurrent that return ConcurrentSkipListMap | |
|---|---|
ConcurrentSkipListMap<K,V> |
ConcurrentSkipListMap.clone()
Returns a shallow copy of this ConcurrentSkipListMap instance. |
| Constructors in net.sf.beanlib.util.concurrent with parameters of type ConcurrentSkipListMap | |
|---|---|
ConcurrentSkipListMap.SubMap(ConcurrentSkipListMap<K,V> map,
K fromKey,
boolean fromInclusive,
K toKey,
boolean toInclusive,
boolean isDescending)
Creates a new submap, initializing all fields |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||