org.eclipse.core.internal.utils
Interface KeyedHashSet.KeyedElement

All Known Implementing Classes:
Cache.Entry
Enclosing class:
KeyedHashSet

public static interface KeyedHashSet.KeyedElement


Method Summary
 boolean compare(KeyedHashSet.KeyedElement other)
           
 java.lang.Object getKey()
           
 int getKeyHashCode()
           
 

Method Detail

compare

boolean compare(KeyedHashSet.KeyedElement other)

getKey

java.lang.Object getKey()

getKeyHashCode

int getKeyHashCode()