Package | Description |
---|---|
alice.util |
Modifier and Type | Method and Description |
---|---|
OneWayList<E> |
OneWayList.get(int index) |
OneWayList<E> |
OneWayList.getTail() |
static <T> OneWayList<T> |
OneWayList.transform(List<T> list) |
static <T> OneWayList<T> |
OneWayList.transform2(List<T> list)
Transforms given list into a OneWayList without any modification
to it
Method introduced during revision by Paolo Contessi
|
Modifier and Type | Method and Description |
---|---|
void |
OneWayList.addLast(OneWayList<E> newTail) |
void |
OneWayList.setTail(OneWayList<E> tail) |
Constructor and Description |
---|
OneWayList(E head,
OneWayList<E> tail) |