| Package | Description |
|---|---|
| list |
| Modifier and Type | Method and Description |
|---|---|
IntListEntry |
IntListEntry.getNext()
Returns a reference variable that points to the subsequent list entry
(If there is no subsequent entry in the list, returns null).
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntListEntry.setNext(IntListEntry newNext)
Overwrite the reference to the subsequent list entry.
|