Is there any thing hashmap can do but map cannot?
Posted
by skydoor
on Stack Overflow
See other posts from Stack Overflow
or by skydoor
Published on 2010-03-30T00:20:08Z
Indexed on
2010/03/30
0:23 UTC
Read the original article
Hit count: 704
Hi,
I only know that the difference between hashmap and map is that hashmap is implemented with hash function but map is implemented with tree. Could any body add anything more?
Based on this, is there any thing hashmap can do but map cannot?
© Stack Overflow or respective owner