This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Linked List Lab

Create a double linked list structure.

Files

Download the following files:

Part 1 - Review an Iterator

Complete the unfinished iterator methods in DoubleList.java so that they satisfy the requirements of the Iterator Interface.

Part 2: Additional List Methods

Implement the following methods:

  • add(int index, E item)
  • remove (int index)
  • reverse()

Lab Submission

Submit DoubleList.java to Gradescope: