public class TestCons extends Object implements Serializable
TestCons()
TestCons(Object first)
TestCons(Object first, Object rest)
boolean
equals(Object o)
Object
getFirst()
getRest()
void
setFirst(Object first)
setRest(Object rest)
String
toString()
toString(HashMap map)
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public TestCons()
public TestCons(Object first)
public TestCons(Object first, Object rest)
public Object getFirst()
public void setFirst(Object first)
public Object getRest()
public void setRest(Object rest)
public boolean equals(Object o)
equals
public String toString()
toString
public String toString(HashMap map)
Copyright © 2013. All Rights Reserved.