Package | Description |
---|---|
alice.util |
Modifier and Type | Method and Description |
---|---|
OneWayList |
OneWayList.get(int index) |
OneWayList |
OneWayList.getTail() |
static OneWayList |
OneWayList.transform(List list) |
Modifier and Type | Method and Description |
---|---|
void |
OneWayList.addLast(OneWayList newTail) |
void |
OneWayList.setTail(OneWayList tail) |
Constructor and Description |
---|
OneWayList(Object head,
OneWayList tail) |
Copyright © 2015. All rights reserved.