| Author |
arrayset question, help please!
|
christopher persinger
Greenhorn
Joined: Aug 23, 2005
Posts: 20
|
|
I am supposed to be writing a method in a class called ArraySet that will do the following: Take a set as a parameter and substract the contents of that set from the current set if they exist in the current set. Then I would return the result as a new set. This is the code I have so far....
|
 |
Tom Henner
Greenhorn
Joined: Jul 04, 2005
Posts: 18
|
|
|
What happens when you run this? What is your question?
|
 |
Scott Johnson
Ranch Hand
Joined: Aug 24, 2005
Posts: 518
|
|
Take a look at the removeAll() method in the Set interface.
|
 |
 |
|
|
subject: arrayset question, help please!
|
|
|