K - V - public final class NativeEntry<K,V> extends Object implements Map.Entry<K,V>, Serializable
| Constructor and Description |
|---|
NativeEntry(K key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
NativeEntry<K,V> |
clone() |
boolean |
equals(Object obj) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
static <K,V> NativeEntry<K,V> |
of(K key,
V value) |
V |
setValue(V value) |
finalize, getClass, notify, notifyAll, toString, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic static <K,V> NativeEntry<K,V> of(K key, V value)
K - V - key - value - public NativeEntry<K,V> clone()
public int hashCode()
Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.