public class Pair<T1,T2> extends java.lang.Object implements java.lang.Comparable<Pair<T1,T2>>
Pair(T1 first, T2 second)
int
compareTo(Pair<T1,T2> another)
T1
getKey()
T2
getValue()
void
setKey(T1 first)
setValue(T2 second)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(T1 first, T2 second)
public T1 getKey()
public void setKey(T1 first)
public T2 getValue()
public void setValue(T2 second)
public int compareTo(Pair<T1,T2> another)
compareTo
java.lang.Comparable<Pair<T1,T2>>