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, toStringprotected 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.Entryequals in class AbstractHashedMap.HashEntrypublic int hashCode()
hashCode in interface java.util.Map.EntryhashCode in class AbstractHashedMap.HashEntryCopyright © 2001-2025 Apache Software Foundation. All Rights Reserved.