public class Compound2<X1 extends Term<?>,X2 extends Term<?>> extends Cons<X1,Cons<X2,Nil>>
Compound2(String name, X1 x1, X2 x2)
X1
get0()
X2
get1()
append, arity, getHead, getName, getRest, iterator, make, marshal, toJava, toString
fromJava, unmarshal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Compound2(String name, X1 x1, X2 x2)
public X1 get0()
public X2 get1()