K
- V
- public final class Entry<K,V> extends Object implements Map.Entry<K,V>, Serializable
Serializable
implementation of java.util.Map.EntryConstructor and Description |
---|
Entry(K k,
V v) |
Entry(Map.Entry<K,V> entry) |
Modifier and Type | Method and Description |
---|---|
K |
getKey() |
V |
getValue() |
V |
setValue(V v) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
Copyright © 2018. All rights reserved.