java.lang.Object
de.grogra.xl.util.EHashMap.Entry
de.grogra.xl.util.EHashMap.ObjectEntry<K,V>
- Direct Known Subclasses:
EHashMap.IdentityEntry
- Enclosing class:
- EHashMap<E extends EHashMap.Entry>
-
Field Summary
Fields inherited from class de.grogra.xl.util.EHashMap.Entry
hashCode, listNext, listPrev
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
protected void
copyValue
(EHashMap.Entry src) getKey()
protected boolean
void
Methods inherited from class de.grogra.xl.util.EHashMap.Entry
next
-
Field Details
-
value
-
-
Constructor Details
-
ObjectEntry
public ObjectEntry()
-
-
Method Details
-
getKey
-
setKey
-
keyEquals
- Specified by:
keyEquals
in classEHashMap.Entry
-
copyValue
- Specified by:
copyValue
in classEHashMap.Entry
-
clear
protected void clear()- Specified by:
clear
in classEHashMap.Entry
-