public class Pair<T,U> extends java.lang.Object
Pair(T value1, U value2)
T
getValue1()
U
getValue2()
void
setValue1(T value1)
setValue2(U value2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(T value1, U value2)
public T getValue1()
public void setValue1(T value1)
public U getValue2()
public void setValue2(U value2)