K - the key typeV - the value typepublic class ManagedConcurrentValueMap<K,V> extends Object
| Constructor | Description |
|---|---|
ManagedConcurrentValueMap(ReferenceBundle bundle) |
| Modifier and Type | Method | Description |
|---|---|---|
V |
get(K key) |
Returns the value stored for the given key at the point of call.
|
void |
put(K key,
V value) |
Sets a new value for a given key.
|
void |
setBundle(ReferenceBundle bundle) |
Sets a new bundle used for reference creation.
|
public ManagedConcurrentValueMap(ReferenceBundle bundle)
public void setBundle(ReferenceBundle bundle)
bundle - - the ReferenceBundlepublic V get(K key)
key - a non null key