previous |
start |
next
Removing the First Element
- When the first element is removed
- The data of the first link are saved and later returned as the
method result
- The successor of the first link becomes the first link of the
shorter list
- The link will be garbage collected when there are no further
references to it
previous |
start |
next