org.codehaus.groovy.util
Class ManagedDoubleKeyMap.EntryWithValue<K1,K2,V>

java.lang.Object
  extended by org.codehaus.groovy.util.ManagedDoubleKeyMap.Entry<K1,K2,V>
      extended by org.codehaus.groovy.util.ManagedDoubleKeyMap.EntryWithValue<K1,K2,V>
All Implemented Interfaces:
AbstractConcurrentDoubleKeyMap.Entry<K1,K2,V>, AbstractConcurrentMapBase.Entry<V>
Enclosing class:
ManagedDoubleKeyMap<K1,K2,V>

private static class ManagedDoubleKeyMap.EntryWithValue<K1,K2,V>
extends ManagedDoubleKeyMap.Entry<K1,K2,V>


Field Summary
private  V value
           
 
Fields inherited from class org.codehaus.groovy.util.ManagedDoubleKeyMap.Entry
ref1, ref2, segment
 
Constructor Summary
ManagedDoubleKeyMap.EntryWithValue(ReferenceBundle bundle, K1 key1, K2 key2, int hash, ManagedDoubleKeyMap.Segment segment)
           
 
Method Summary
 void clean()
           
 V getValue()
           
 void setValue(V value)
           
 
Methods inherited from class org.codehaus.groovy.util.ManagedDoubleKeyMap.Entry
getHash, isEqual, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

private V value
Constructor Detail

ManagedDoubleKeyMap.EntryWithValue

public ManagedDoubleKeyMap.EntryWithValue(ReferenceBundle bundle,
                                          K1 key1,
                                          K2 key2,
                                          int hash,
                                          ManagedDoubleKeyMap.Segment segment)
Method Detail

getValue

public V getValue()
Specified by:
getValue in interface AbstractConcurrentMapBase.Entry<V>
Overrides:
getValue in class ManagedDoubleKeyMap.Entry<K1,K2,V>

setValue

public void setValue(V value)
Specified by:
setValue in interface AbstractConcurrentMapBase.Entry<V>
Overrides:
setValue in class ManagedDoubleKeyMap.Entry<K1,K2,V>

clean

public void clean()
Overrides:
clean in class ManagedDoubleKeyMap.Entry<K1,K2,V>


Copyright © ${year} The Codehaus. All Rights Reserved.