public class KeyVal<K,V> extends Object implements Serializable
private K
key
private static long
serialVersionUID
private V
value
KeyVal(K key, V value)
K
getKey()
V
getValue()
static <K,V> KeyVal<K,V>
of(K key, V val)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
private static final long serialVersionUID
private K key
private V value
public KeyVal(K key, V value)
public K getKey()
public V getValue()
public static <K,V> KeyVal<K,V> of(K key, V val)
public String toString()
toString
Object
Copyright © 2020. All rights reserved.