| Package | Description |
|---|---|
| at.molindo.thirdparty.org.compass.core.util.concurrent |
| Modifier and Type | Method and Description |
|---|---|
static ConcurrentLinkedHashMap.EvictionPolicy |
ConcurrentLinkedHashMap.EvictionPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConcurrentLinkedHashMap.EvictionPolicy[] |
ConcurrentLinkedHashMap.EvictionPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.