Package | Description |
---|---|
iterator.listone |
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 |
ListIterator.node |
(package private) List |
Cons.tl |
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) |
Constructor and Description |
---|
Cons(int hd,
List tl) |
ListIterator(List node) |