public class LList<T> extends java.lang.Object
static LList
NIL
LList<T>
getRest()
T
getValue()
boolean
isNil()
int
length()
push(T t)
void
setRest(LList<T> rest)
setValue(T value)
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final LList NIL
public boolean isNil()
public T getValue()
public void setValue(T value)
public LList<T> getRest()
public void setRest(LList<T> rest)
public LList<T> push(T t)
public int length()
public java.lang.String toString()
toString
java.lang.Object
Copyright © 2016. All Rights Reserved.