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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
protected IdentityEntry(AbstractHashedMap.HashEntry next, int hashCode, Object key, Object value)
public boolean equals(Object obj)
equals
in interface Map.Entry
equals
in class AbstractHashedMap.HashEntry
public int hashCode()
hashCode
in interface Map.Entry
hashCode
in class AbstractHashedMap.HashEntry
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.