Class IdentityMap.IdentityEntry
- java.lang.Object
-
- org.apache.commons.collections.map.AbstractHashedMap.HashEntry
-
- org.apache.commons.collections.map.IdentityMap.IdentityEntry
-
- All Implemented Interfaces:
java.util.Map.Entry,KeyValue
- Enclosing class:
- IdentityMap
protected static class IdentityMap.IdentityEntry extends AbstractHashedMap.HashEntry
HashEntry
-
-
Field Summary
-
Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
hashCode, key, next, value
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedIdentityEntry(AbstractHashedMap.HashEntry next, int hashCode, java.lang.Object key, java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()-
Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
getKey, getValue, setValue, toString
-
-
-
-
Constructor Detail
-
IdentityEntry
protected IdentityEntry(AbstractHashedMap.HashEntry next, int hashCode, java.lang.Object key, java.lang.Object value)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacejava.util.Map.Entry- Overrides:
equalsin classAbstractHashedMap.HashEntry
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacejava.util.Map.Entry- Overrides:
hashCodein classAbstractHashedMap.HashEntry
-
-