public class Pair<T,U> extends java.lang.Object
T
first
U
second
Pair(T item1, U item2)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public T first
public U second
public Pair(T item1, U item2)