In java, what is the difference between a HashSet and HashMap....?

Posted by SpikETidE on Stack Overflow See other posts from Stack Overflow or by SpikETidE
Published on 2010-05-05T13:56:41Z Indexed on 2010/05/05 14:08 UTC
Read the original article Hit count: 252

Filed under:
|
|
|
|

Apart from the fact that hashSet does not allow duplicate values, what is the difference between a HashMap and Hashset...?

I mean implementaion wise.....? It's a little bit vague because both use hash table to store values.....

© Stack Overflow or respective owner

Related posts about java

Related posts about collections