K
- the key typeV
- the value typepublic class ManagedConcurrentValueMap<K,V>
extends java.lang.Object
Constructor and Description |
---|
ManagedConcurrentValueMap(ReferenceBundle bundle) |
Modifier and Type | Method and 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. an older value is overwritten.
|
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