org.codehaus.groovy.util
Class ManagedConcurrentMap.EntryWithValue<K,V>
java.lang.Object
  
org.codehaus.groovy.util.ManagedReference<K>
      
org.codehaus.groovy.util.ManagedConcurrentMap.Entry<K,V>
          
org.codehaus.groovy.util.ManagedConcurrentMap.EntryWithValue<K,V>
- All Implemented Interfaces: 
 - AbstractConcurrentMap.Entry<K,V>, AbstractConcurrentMapBase.Entry<V>, Finalizable
 
- Enclosing class:
 - ManagedConcurrentMap<K,V>
 
public static class ManagedConcurrentMap.EntryWithValue<K,V>
- extends ManagedConcurrentMap.Entry<K,V>
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ManagedConcurrentMap.EntryWithValue
public ManagedConcurrentMap.EntryWithValue(ReferenceBundle bundle,
                                           ManagedConcurrentMap.Segment segment,
                                           K key,
                                           int hash,
                                           V value)
getValue
public V getValue()
- Specified by:
 getValue in interface AbstractConcurrentMapBase.Entry<V>- Overrides:
 getValue in class ManagedConcurrentMap.Entry<K,V>
 
 
setValue
public void setValue(V value)
- Specified by:
 setValue in interface AbstractConcurrentMapBase.Entry<V>- Overrides:
 setValue in class ManagedConcurrentMap.Entry<K,V>
 
 
finalizeRef
public void finalizeRef()
- Overrides:
 finalizeRef in class ManagedConcurrentMap.Entry<K,V>