public static class ManagedConcurrentMap.EntryWithValue<K,V> extends ManagedConcurrentMap.Entry<K,V>
| Constructor and Description | 
|---|
ManagedConcurrentMap.EntryWithValue(ReferenceBundle bundle,
                                   ManagedConcurrentMap.Segment segment,
                                   K key,
                                   int hash,
                                   V value)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
finalizeRef()  | 
V | 
getValue()  | 
void | 
setValue(V value)  | 
getHash, isEqual, isValidclear, finalizeReference, getpublic ManagedConcurrentMap.EntryWithValue(ReferenceBundle bundle, ManagedConcurrentMap.Segment segment, K key, int hash, V value)
public V getValue()
getValue in interface AbstractConcurrentMapBase.Entry<V>getValue in class ManagedConcurrentMap.Entry<K,V>public void setValue(V value)
setValue in interface AbstractConcurrentMapBase.Entry<V>setValue in class ManagedConcurrentMap.Entry<K,V>public void finalizeRef()
finalizeRef in class ManagedConcurrentMap.Entry<K,V>