|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.collections.map.AbstractHashedMap.HashEntry org.apache.commons.collections.map.IdentityMap.IdentityEntry
protected static class IdentityMap.IdentityEntry
HashEntry
Field Summary |
---|
Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashEntry |
---|
hashCode, key, next, value |
Constructor Summary | |
---|---|
protected |
IdentityMap.IdentityEntry(AbstractHashedMap.HashEntry next,
int hashCode,
java.lang.Object key,
java.lang.Object value)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashEntry |
---|
getKey, getValue, setValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected IdentityMap.IdentityEntry(AbstractHashedMap.HashEntry next, int hashCode, java.lang.Object key, java.lang.Object value)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in interface java.util.Map.Entry
equals
in class AbstractHashedMap.HashEntry
public int hashCode()
hashCode
in interface java.util.Map.Entry
hashCode
in class AbstractHashedMap.HashEntry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |