Possible Duplicate:
What will store a Key-Value list in Java or an alternate of C# IDictionary in Java?
In C# there is a data structure named IDictionary which stores a collection of key-value pairs. Is there simillar data structure in Java? If so, what is it called and can anybody give me an example of how to use it?