Modifier and Type | Field and Description |
---|---|
protected Vector<X> |
_theList |
static List<?> |
NIL |
Constructor and Description |
---|
List(Collection<Z> cz) |
Modifier and Type | Method and Description |
---|---|
X |
getHead() |
List<X> |
getTail() |
Iterator<X> |
iterator() |
Struct |
marshal() |
<Z> Z |
toJava() |
static List<Atom> |
tokenize(StringTokenizer stok) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public static final List<?> NIL
public List(Collection<Z> cz)