| Package | Description |
|---|---|
| iterator.listthree |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
Cons |
(package private) class |
Nil |
| Modifier and Type | Field and Description |
|---|---|
static List |
ListF.nil |
private List |
Cons.tl |
List |
Reverse.value |
| Modifier and Type | Method and Description |
|---|---|
static List |
ListF.cons(int hd,
List tl) |
| Modifier and Type | Method and Description |
|---|---|
static List |
ListF.cons(int hd,
List tl) |
void |
IntIterator.run(int element,
List rest) |
void |
Sum.run(int hd,
List tl) |
void |
Reverse.run(int hd,
List tl) |
| Constructor and Description |
|---|
Cons(int hd,
List tl) |