K
- V
- public class Entry<K,V> extends Object implements Serializable, Map.Entry<K,V>
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static <K,V> List<Entry<K,V>> |
fromMap(Map<K,V> map) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
void |
setKey(K key) |
V |
setValue(V value) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
Copyright © 2020. All rights reserved.