public abstract class AbstractMapEntry<K,V> extends AbstractKeyValue<K,V> implements java.util.Map.Entry<K,V>
Map.Entry
implementations.Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Compares this
Map.Entry with another Map.Entry . |
int |
hashCode()
Gets a hashCode compatible with the equals method.
|
V |
setValue(V value)
Sets the value stored in this
Map.Entry . |
getKey, getValue, toString
public V setValue(V value)
Map.Entry
.
This Map.Entry
is not connected to a Map, so only the
local data is changed.
public boolean equals(java.lang.Object obj)
Map.Entry
with another Map.Entry
.
Implemented per API documentation of Map.Entry.equals(Object)
Copyright © 2010 - 2020 Adobe. All Rights Reserved