Package | Description |
---|---|
lucee.commons.collection | |
lucee.commons.collection.concurrent |
Modifier and Type | Class and Description |
---|---|
class |
HashMapPro<K,V> |
class |
LinkedHashMapPro<K,V> |
class |
WeakHashMapPro<K,V> |
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.
|
Copyright © 2015 Lucee