This lab was written by Prof. Nathan Sprague.
Instructions
Download the following three files:
Complete the unfinished iterator methods in DoubleList.java
so that
they satisfy the requirements of the
Iterator Interface.
If you have extra time
Implement the following methods:
add(int index, E item)
remove(int index)
reverse()
Submitting
Upload Link.java
and DoubleList.java
through Web-CAT