org.codehaus.groovy.util
Interface AbstractConcurrentDoubleKeyMap.Entry<K1,K2,V>

All Superinterfaces:
AbstractConcurrentMapBase.Entry<V>
All Known Implementing Classes:
ManagedDoubleKeyMap.Entry, ManagedDoubleKeyMap.EntryWithValue
Enclosing class:
AbstractConcurrentDoubleKeyMap<K1,K2,V>

static interface AbstractConcurrentDoubleKeyMap.Entry<K1,K2,V>
extends AbstractConcurrentMapBase.Entry<V>


Method Summary
 boolean isEqual(K1 key1, K2 key2, int hash)
           
 
Methods inherited from interface org.codehaus.groovy.util.AbstractConcurrentMapBase.Entry
getHash, getValue, isValid, setValue
 

Method Detail

isEqual

boolean isEqual(K1 key1,
                K2 key2,
                int hash)


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