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, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic boolean equals(Object obj)
Copyright © 2017–2018 Cactoos. All rights reserved.