K
V
public class Pair<K,V> extends CloneSupport<Pair<K,V>> implements Serializable
protected K
key
protected V
value
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
protected K key
protected V value
public Pair(K key, V 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 © 2022. All rights reserved.