View Single Post
Join Date: Nov 2008
Posts: 11
Reputation: deven1974 is an unknown quantity at this point 
Solved Threads: 0
deven1974 deven1974 is offline Offline
Newbie Poster

Re: SortedList & List Program

 
0
  #3
Nov 21st, 2008
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.
Reply With Quote