Package | Description |
---|---|
abiturklassen.linear |
Modifier and Type | Method and Description |
---|---|
List.ListNode |
List.ListNode.getNextNode()
Der Nachfolgeknoten wird zurueckgeliefert.
|
Modifier and Type | Method and Description |
---|---|
void |
List.ListNode.setNextNode(List.ListNode pNext)
Der Verweis wird auf das Objekt, das als Parameter uebergeben
wird, gesetzt.
|