K
V
public class Pair<K,V> extends CloneSupport<Pair<K,V>> implements Serializable
Pair(K key, V value)
boolean
equals(Object o)
getKey()
getValue()
int
hashCode()
static <K,V> Pair<K,V>
of(K key, V value)
Pair
String
toString()
clone
finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(K key, V value)
key
value
public static <K,V> Pair<K,V> of(K key, V value)
public K getKey()
public V getValue()
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2020. All rights reserved.