| Modifier and Type | Field and Description |
|---|---|
E |
head |
ImmutableList<E> |
tail |
| Constructor and Description |
|---|
ImmutableList(E data,
ImmutableList<E> tail) |
public final E head
public final ImmutableList<E> tail
public ImmutableList(E data, ImmutableList<E> tail)