Package org.codehaus.groovy.util
Class ManagedDoubleKeyMap.Entry<K1,K2,V>
java.lang.Object
org.codehaus.groovy.util.ManagedDoubleKeyMap.Entry<K1,K2,V>
- All Implemented Interfaces:
AbstractConcurrentMapBase.Entry<V>
- Enclosing class:
- ManagedDoubleKeyMap<K1,
K2, V>
-
Constructor Summary
ConstructorsConstructorDescriptionEntry
(ReferenceBundle bundle, K1 key1, K2 key2, int hash, org.codehaus.groovy.util.ManagedDoubleKeyMap.Segment segment) -
Method Summary
-
Constructor Details
-
Entry
public Entry(ReferenceBundle bundle, K1 key1, K2 key2, int hash, org.codehaus.groovy.util.ManagedDoubleKeyMap.Segment segment)
-
-
Method Details
-
isValid
public boolean isValid()- Specified by:
isValid
in interfaceAbstractConcurrentMapBase.Entry<K1>
-
isEqual
-
getValue
- Specified by:
getValue
in interfaceAbstractConcurrentMapBase.Entry<K1>
-
setValue
- Specified by:
setValue
in interfaceAbstractConcurrentMapBase.Entry<K1>
-
getHash
public int getHash()- Specified by:
getHash
in interfaceAbstractConcurrentMapBase.Entry<K1>
-
clean
public void clean()
-