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