All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- add(Object).
Method in class list.List
- Es wird eine neue Liste erzeugt mit Kopf hd
und this als dem Rest.
- add(Object[]).
Method in class list.List
- Diese Operation fügt alle Elemente des Arrays der Reihe nach
zu this hinzu.
- append(List).
Method in class list.List
- Fügt die Liste l an this an.
- cons(Object, List).
Static method in class list.List
- Diese Operation erzeugt eine neue Liste mit hd
als Kopf und tl als Rest.
- EmptyListException().
Constructor for class list.EmptyListException
-
- hd().
Method in class list.List
- Gibt den Kopf von this zurück.
- isNil().
Method in class list.List
- Liefert true, wenn this die leere Liste ist, false sonst.
- nil.
Static variable in class list.List
- Die Konstante nil repräsentiert die leere Liste.
- tl().
Method in class list.List
- Gibt this ohne den Kopf zurück.
Imprint | Data Protection