This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes arrayset question, help please! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "arrayset question, help please!" Watch "arrayset question, help please!" New topic
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: arrayset question, help please!
 
Similar Threads
Generics and instanceof
Stack Over flow error when Instantiating
I need help with my project! ADT
SetE and array
If in a While not working