Class IdentityMap.IdentityEntry
- java.lang.Object
-
- org.apache.commons.collections.map.AbstractHashedMap.HashEntry
-
- org.apache.commons.collections.map.IdentityMap.IdentityEntry
-
- 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 protected
IdentityEntry(AbstractHashedMap.HashEntry next, int hashCode, Object key, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
-
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, Object key, Object value)
-
-
Method Detail
-
equals
public boolean equals(Object obj)
- 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
-
-