java.util.Map.Entry
, KeyValue
protected static class IdentityMap.IdentityEntry extends AbstractHashedMap.HashEntry
hashCode, key, next, value
Modifier | Constructor | Description |
---|---|---|
protected |
IdentityEntry(AbstractHashedMap.HashEntry next,
int hashCode,
java.lang.Object key,
java.lang.Object value) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
int |
hashCode() |
getKey, getValue, setValue, toString
protected 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-2017 Apache Software Foundation. All Rights Reserved.