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

A

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.

C

cons(Object, List). Static method in class list.List
Diese Operation erzeugt eine neue Liste mit hd als Kopf und tl als Rest.

E

EmptyListException(). Constructor for class list.EmptyListException

H

hd(). Method in class list.List
Gibt den Kopf von this zurück.

I

isNil(). Method in class list.List
Liefert true, wenn this die leere Liste ist, false sonst.

N

nil. Static variable in class list.List
Die Konstante nil repräsentiert die leere Liste.

T

tl(). Method in class list.List
Gibt this ohne den Kopf zurück.

Imprint | Data Protection