T1
T2
public class Pair<T1,T2> extends java.lang.Object
Pair(T1 first, T2 second)
getFirst()
getSecond()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(T1 first, T2 second)
first
second
public T1 getFirst()
public T2 getSecond()