Package | Description |
---|---|
lucee.commons.collection | |
lucee.commons.collection.concurrent | |
lucee.runtime | |
lucee.runtime.type.util |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMapPro<K,V> |
class |
HashMapPro<K,V> |
class |
LinkedHashMapPro<K,V> |
class |
MapProWrapper<K,V> |
class |
SyncMap<K,V> |
class |
WeakHashMapPro<K,V> |
Modifier and Type | Method and Description |
---|---|
static <K,V> MapPro<K,V> |
MapFactory.getConcurrentMap() |
static <K,V> MapPro<K,V> |
MapFactory.getConcurrentMap(int initialCapacity) |
static <K,V> MapPro<K,V> |
MapFactory.getConcurrentMap(Map<K,V> map) |
Constructor and Description |
---|
SyncMap(MapPro<K,V> m) |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentHashMapPro<K,V>
A hash table supporting full concurrency of retrievals and
adjustable expected concurrency for updates.
|
class |
ConcurrentLinkedHashMapPro<K,V>
Concurrent hash map and linked list implementation of the
ConcurrentMap interface, with predictable iteration order.
|
class |
KeyConcurrentHashMapPro<V>
A hash table supporting full concurrency of retrievals and
adjustable expected concurrency for updates.
|
Modifier and Type | Method and Description |
---|---|
static MapPro |
ComponentImpl.duplicateDataMember(ComponentImpl c,
MapPro map,
MapPro newMap,
boolean deepCopy)
duplicate the datamember in the map, ignores the udfs
|
static MapPro<Collection.Key,UDF> |
ComponentImpl.duplicateUTFMap(ComponentImpl src,
ComponentImpl trg,
MapPro<Collection.Key,UDF> srcMap,
MapPro<Collection.Key,UDF> trgMap) |
MapPro<Collection.Key,Object> |
ComponentScopeShadow.getShadow() |
Modifier and Type | Method and Description |
---|---|
static MapPro |
ComponentImpl.duplicateDataMember(ComponentImpl c,
MapPro map,
MapPro newMap,
boolean deepCopy)
duplicate the datamember in the map, ignores the udfs
|
static MapPro |
ComponentImpl.duplicateDataMember(ComponentImpl c,
MapPro map,
MapPro newMap,
boolean deepCopy)
duplicate the datamember in the map, ignores the udfs
|
static MapPro<Collection.Key,UDF> |
ComponentImpl.duplicateUTFMap(ComponentImpl src,
ComponentImpl trg,
MapPro<Collection.Key,UDF> srcMap,
MapPro<Collection.Key,UDF> trgMap) |
static MapPro<Collection.Key,UDF> |
ComponentImpl.duplicateUTFMap(ComponentImpl src,
ComponentImpl trg,
MapPro<Collection.Key,UDF> srcMap,
MapPro<Collection.Key,UDF> trgMap) |
Constructor and Description |
---|
ComponentScopeShadow(ComponentImpl component,
MapPro shadow)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
static int |
StructUtil.getType(MapPro m) |
Copyright © 2015 Lucee