Hello,
Hey, thanks for you help, but I have little clue on this program. The is program I have do for my class. If you can able help with complie error message that I'm get while running this program.
Thanks
Should I
String s;
String.s = null;
At the bottom is my program that I have do.
The Sorted List ADT
Implement the SortedList class. The SortedList class extends
the List class. Both can be seen here. Your assignment is to
implement all of the abstract methods of the List class. They are:
* insert
* iterator
* remove
* retrieve
* search
You must also implement an Iterator inner class for the
SortedList class. You must submit a modified SortedList.java
file with your source code. Do not submit and do not modify
the List.java file.