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