Hash Map Usage and Idea

Posted by Anand on Stack Overflow See other posts from Stack Overflow or by Anand
Published on 2010-03-23T10:26:31Z Indexed on 2010/03/23 10:33 UTC
Read the original article Hit count: 369

Filed under:
|

Hi,

I have been working in Java for the last 6 months and have been using Hash Maps

What is the basic idea of a Hash Map ? I am using it as it easy for me to store so much data with direct key references rather than having to iterate through an arraylist ?

Where is the power of Hash Map seen ? What is the scientific idea behind this data structure ?

© Stack Overflow or respective owner

Related posts about hashmap

Related posts about java