|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConcurrentLinkedHashMap.EvictionListener | |
|---|---|
| at.molindo.thirdparty.org.compass.core.util.concurrent | |
| Uses of ConcurrentLinkedHashMap.EvictionListener in at.molindo.thirdparty.org.compass.core.util.concurrent |
|---|
| Constructors in at.molindo.thirdparty.org.compass.core.util.concurrent with parameters of type ConcurrentLinkedHashMap.EvictionListener | |
|---|---|
ConcurrentLinkedHashMap(ConcurrentLinkedHashMap.EvictionPolicy policy,
int maximumCapacity,
ConcurrentLinkedHashMap.EvictionListener<K,V>... listeners)
Creates a new, empty, unbounded map with the specified maximum capacity and the default concurrencyLevel. |
|
ConcurrentLinkedHashMap(ConcurrentLinkedHashMap.EvictionPolicy policy,
int maximumCapacity,
int concurrencyLevel,
ConcurrentLinkedHashMap.EvictionListener<K,V>... listeners)
Creates a new, empty, unbounded map with the specified maximum capacity and concurrency level. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||