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

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

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


Field Summary
 V value
           
 
Fields inherited from class de.grogra.xl.util.EHashMap.Entry
hashCode, listNext, listPrev
 
Constructor Summary
EHashMap.ObjectEntry()
           
 
Method Summary
protected  void clear()
           
protected  void copyValue(EHashMap.Entry src)
           
 K getKey()
           
protected  boolean keyEquals(EHashMap.Entry e)
           
 void setKey(K key)
           
 
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
 

Field Detail

value

public V value
Constructor Detail

EHashMap.ObjectEntry

public EHashMap.ObjectEntry()
Method Detail

clear

protected void clear()
Specified by:
clear in class EHashMap.Entry

copyValue

protected void copyValue(EHashMap.Entry src)
Specified by:
copyValue in class EHashMap.Entry

getKey

public K getKey()

keyEquals

protected boolean keyEquals(EHashMap.Entry e)
Specified by:
keyEquals in class EHashMap.Entry

setKey

public void setKey(K key)