Imagine a class that implements the interface ListWithIteratorInterface, as given in Listing 13-2 of Segment 13.8. Suppose that aList is an instance of this class and contains Comparable objects in no particular order. Using an iterator, implement the following two methods within the class:
a. getMin returns the smallest object in the list
b. remove Min removes and returns the smallest object in the list
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here