| Package | Description | 
|---|---|
| kieker.common.util.map | 
| Modifier and Type | Method and Description | 
|---|---|
static BoundedConcurrentHashMap.BoundedCacheBehaviour | 
BoundedConcurrentHashMap.BoundedCacheBehaviour.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static BoundedConcurrentHashMap.BoundedCacheBehaviour[] | 
BoundedConcurrentHashMap.BoundedCacheBehaviour.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
BoundedConcurrentHashMap(BoundedConcurrentHashMap.BoundedCacheBehaviour boundedCacheBehaviour,
                        int maxCacheSize)
Initialize a bounded concurrent hash map. 
 | 
Copyright 2017 Kieker Project, http://kieker-monitoring.net