public class MapEntry<K,V> extends Object implements Map.Entry<K,V>, Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
V |
setValue(V value) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public boolean equals(Object obj)
Copyright © 2012–2019. All rights reserved.