protected static class IdentityMap.IdentityEntry extends AbstractHashedMap.HashEntry
hashCode, key, next, value| Modifier | Constructor and Description |
|---|---|
protected |
IdentityEntry(AbstractHashedMap.HashEntry next,
int hashCode,
Object key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
getKey, getValue, setValue, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValueprotected IdentityEntry(AbstractHashedMap.HashEntry next, int hashCode, Object key, Object value)
public boolean equals(Object obj)
equals in interface Map.Entryequals in class AbstractHashedMap.HashEntrypublic int hashCode()
hashCode in interface Map.EntryhashCode in class AbstractHashedMap.HashEntryCopyright © 2001–2016 The Apache Software Foundation. All rights reserved.