Kevin Lilly wrote:
> The docs are a bit confusing. entrySet() returns a Set containing all
> of the mappings between keys and values. I think the method that you
> want is values() which returns a Collection of all of the values that
> you have put into the Hashtable. You can then create an Iterator for
> the returned Collection.
Thanks - this really works.
I 've never noticed the values method before, since I was using
Enumerations until now!
-- dimitris [mailto:[EMAIL PROTECTED]]
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]