K - V - public final class Entry<K,V> extends Object implements Map.Entry<K,V>, Serializable
Serializable implementation of java.util.Map.Entry| Constructor 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, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCodeCopyright © 2018. All rights reserved.