Download the following four files:
Complete the unfinished iterator methods in DoubleList.java
so that
they satisfy the requirements of the
Iterator Interface.
Implement the following methods:
add(int index, E item)
remove(int index)
reverse()
Upload DoubleList.java
through Autolab.