protected static class IdentityMap.IdentityEntry extends AbstractHashedMap.HashEntry
hashCode, key, next, value
Modifier | Constructor and Description |
---|---|
protected |
IdentityMap.IdentityEntry(AbstractHashedMap.HashEntry next,
int hashCode,
java.lang.Object key,
java.lang.Object value) |
protected IdentityMap.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
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.