Class IdentityMap.IdentityEntry
java.lang.Object
org.apache.commons.collections.map.AbstractHashedMap.HashEntry
org.apache.commons.collections.map.IdentityMap.IdentityEntry
- Enclosing class:
- IdentityMap
HashEntry
-
Field Summary
Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
hashCode, key, next, value
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
IdentityEntry
(AbstractHashedMap.HashEntry next, int hashCode, Object key, Object value) -
Method Summary
Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
getKey, getValue, setValue, toString
-
Constructor Details
-
IdentityEntry
-
-
Method Details
-
equals
- Specified by:
equals
in interfaceMap.Entry
- Overrides:
equals
in classAbstractHashedMap.HashEntry
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceMap.Entry
- Overrides:
hashCode
in classAbstractHashedMap.HashEntry
-