M
M
Hi all,
I'm using a hashtable to store some key/values.
However, I have trouble in using the keySet() method to
get a list of keys in the hashtable.
The keySet() method simplys return a Set Object.
How can I declare and use it?
Thanks.
I'm using a hashtable to store some key/values.
However, I have trouble in using the keySet() method to
get a list of keys in the hashtable.
The keySet() method simplys return a Set Object.
How can I declare and use it?
Thanks.