public final class Cons<U,V> extends Object
Cons(U car, V cdr)
U
car()
V
cdr()
boolean
equals(Object obj)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Cons(U car, V cdr)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public U car()
public V cdr()
public String toString()
toString