de.grogra.xl.util
Class EHashMap.IdentityEntry<K,V>

java.lang.Object
  extended by de.grogra.xl.util.EHashMap.Entry
      extended by de.grogra.xl.util.EHashMap.ObjectEntry<K,V>
          extended by de.grogra.xl.util.EHashMap.IdentityEntry<K,V>
Enclosing class:
EHashMap<E extends EHashMap.Entry>

public static class EHashMap.IdentityEntry<K,V>
extends EHashMap.ObjectEntry<K,V>


Field Summary
 
Fields inherited from class de.grogra.xl.util.EHashMap.ObjectEntry
value
 
Fields inherited from class de.grogra.xl.util.EHashMap.Entry
hashCode, listNext, listPrev
 
Constructor Summary
EHashMap.IdentityEntry()
           
 
Method Summary
protected  boolean keyEquals(EHashMap.Entry e)
           
 
Methods inherited from class de.grogra.xl.util.EHashMap.ObjectEntry
clear, copyValue, getKey, setKey
 
Methods inherited from class de.grogra.xl.util.EHashMap.Entry
next
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EHashMap.IdentityEntry

public EHashMap.IdentityEntry()
Method Detail

keyEquals

protected boolean keyEquals(EHashMap.Entry e)
Overrides:
keyEquals in class EHashMap.ObjectEntry<K,V>