Modifier and Type | Field and Description |
---|---|
protected java.util.Vector<X> |
_theList |
static List<?> |
NIL |
Constructor and Description |
---|
List(java.util.Collection<Z> cz) |
Modifier and Type | Method and Description |
---|---|
X |
getHead() |
List<X> |
getTail() |
java.util.Iterator<X> |
iterator() |
Struct |
marshal() |
<Z> Z |
toJava() |
static List<Atom> |
tokenize(java.util.StringTokenizer stok) |
java.lang.String |
toString() |