| Package | Description |
|---|---|
| at.molindo.thirdparty.org.compass.core.util.concurrent |
| Constructor and Description |
|---|
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.
|
Copyright © 2014 Molindo GmbH. All Rights Reserved.