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
ConstructorsModifierConstructorDescriptionprotectedIdentityEntry(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:
equalsin interfaceMap.Entry- Overrides:
equalsin classAbstractHashedMap.HashEntry
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceMap.Entry- Overrides:
hashCodein classAbstractHashedMap.HashEntry
-