posted 10 years ago
Was given this interface to implement.
So far have made
Also made a driver class which makes a Set and adds 3 elements to it and prints them. I'm having trouble with remove and contains methods. I'm also supposed to have an override equals to method and toString method, and I've already done the toString one.