Hi,
Java reference says that a Map, HashMap or Hashtable does not allow to store multiple entries with a same key. I have the requirement to store multiple entries (basically key-value pairs) into some collection with a same key.
Is there any collection to handle such a situation?
Thanks in advance,
Ajay