K
- Key typeV
- Value typepublic final class MapEntry<K,V> extends Object implements Map.Entry<K,V>
AbstractMap.Entry
.
There is no thread-safety guarantee.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
V |
setValue(V val) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public boolean equals(Object obj)
Copyright © 2017–2021 Cactoos. All rights reserved.