How is the implementation of LinkedHashMap different from HashMap?

Posted by Passionate programmer on Stack Overflow See other posts from Stack Overflow or by Passionate programmer
Published on 2010-06-11T06:23:52Z Indexed on 2010/06/11 6:32 UTC
Read the original article Hit count: 167

Filed under:
|
|

If LinkedHashMap's time complexity is same as HashMap's complexity why do we need HashMap? What are all the extra overhead LinkedHashMap has when compared to HashMap in Java?

© Stack Overflow or respective owner

Related posts about java

Related posts about hashmap