Hello,How do I retrieve something out of a HashSet?If I use an Iterator I'll have to go through many other objects, besides the one I want....Thanks,--david
> BTW: then what's the use of a hash if you have to search it like an list (using the iterator)?Of a HashSet? Well, I've used Sets and never had to search them.
> Thank you very much!> Yes, thats what I want.> > BTW: then what's the use of a hash if you have to> search it like an list (using the iterator)?What's the use of a box of nails if you have to look for a specific one?