protected static class IdentityMap.IdentityEntry extends AbstractHashedMap.HashEntry
hashCode, key, next, value
Modifier | Constructor and Description |
---|---|
protected |
IdentityEntry(AbstractHashedMap.HashEntry next,
int hashCode,
java.lang.Object key,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
getKey, getValue, setValue, toString
protected IdentityEntry(AbstractHashedMap.HashEntry next, int hashCode, java.lang.Object key, java.lang.Object value)
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