org.codehaus.groovy.util
Class ManagedDoubleKeyMap.Entry<K1,K2,V>
java.lang.Object
org.codehaus.groovy.util.ManagedDoubleKeyMap.Entry<K1,K2,V>
- Enclosing class:
- ManagedDoubleKeyMap<K1,K2,V>
public static class ManagedDoubleKeyMap.Entry<K1,K2,V>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedDoubleKeyMap.Entry
public ManagedDoubleKeyMap.Entry(ReferenceBundle bundle,
K1 key1,
K2 key2,
int hash,
org.codehaus.groovy.util.ManagedDoubleKeyMap.Segment segment)
isValid
public boolean isValid()
isEqual
public boolean isEqual(K1 key1,
K2 key2,
int hash)
getValue
public V getValue()
setValue
public void setValue(V value)
getHash
public int getHash()
clean
public void clean()