public class LList<T> extends Object
static LList
NIL
LList<T>
getRest()
T
getValue()
boolean
isNil()
int
length()
push(T t)
void
setRest(LList<T> rest)
setValue(T value)
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 String toString()
toString
Object
Copyright © 2016. All Rights Reserved.