public class Pair<T> extends Object
Pair(T theValue1, T theValue2)
T
getValue1()
getValue2()
void
setValue1(T theValue1)
setValue2(T theValue2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(T theValue1, T theValue2)
public T getValue1()
public T getValue2()
public void setValue1(T theValue1)
public void setValue2(T theValue2)
Copyright © 2001-2013 University Health Network. All Rights Reserved.