| Package | Description |
|---|---|
| org.jboss.util.collection |
Extentions to the Java Collections framework.
|
| Modifier and Type | Field and Description |
|---|---|
private ConcurrentSkipListMap<K,V> |
ConcurrentSkipListMap.ConcurrentSkipListSubMap.m
Underlying map
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<ConcurrentSkipListMap,ConcurrentSkipListMap.HeadIndex> |
ConcurrentSkipListMap.headUpdater
Updater for casHead
|
| Modifier and Type | Method and Description |
|---|---|
(package private) ConcurrentSkipListMap<K,V> |
ConcurrentSkipListMap.ConcurrentSkipListSubMap.getMap()
Returns underlying map.
|
| Constructor and Description |
|---|
ConcurrentSkipListSubMap(ConcurrentSkipListMap<K,V> map,
K least,
K fence)
Creates a new submap.
|