public class Pair<L,R> extends java.lang.Object
Pair(L l, R r)
void
add(L l, R r)
L
getL()
R
getR()
setL(L l)
setR(R r)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(L l, R r)
public L getL()
public R getR()
public void setL(L l)
public void setR(R r)
public void add(L l, R r)