public class List<X extends Term<?>> extends Term<List<X>> implements Iterable<X>
protected Vector<X>
_theList
static List<?>
NIL
List(Collection<Z> cz)
X
getHead()
List<X>
getTail()
Iterator<X>
iterator()
Struct
marshal()
<Z> Z
toJava()
static List<Atom>
tokenize(StringTokenizer stok)
String
toString()
fromJava, unmarshal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected Vector<X extends Term<?>> _theList
public static final List<?> NIL
public List(Collection<Z> cz)
public <Z> Z toJava()
toJava
Term<List<X extends Term<?>>>
public String toString()
toString
Object
public X getHead()
public List<X> getTail()
public Struct marshal()
marshal
public Iterator<X> iterator()
iterator
Iterable<X extends Term<?>>
public static List<Atom> tokenize(StringTokenizer stok)