public class Pair<L,R> extends Object
Pair(L car, R cdr)
L
car()
R
cdr()
boolean
equals(Object thing)
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Pair(L car, R cdr)
public L car()
public R cdr()
public int hashCode()
hashCode
Object
public boolean equals(Object thing)
equals