public class Pair<T> extends PairT<T,T>
value1, value2
Pair()
Pair(T value1, T value2)
equals, getValue1, getValue2, hashCode, setValue1, setValue2, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair()
public Pair(T value1, T value2)