protected static class IdentityMap.IdentityEntry extends AbstractHashedMap.HashEntry
hashCode, key, next, value
Modifier | Constructor and Description |
---|---|
protected |
IdentityMap.IdentityEntry(AbstractHashedMap.HashEntry next,
int hashCode,
Object key,
Object value) |
protected IdentityMap.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.