Top "Multikey" questions

Map with multiple keys

I am trying to implement a map like Map<<key1, key2>, List<value>> Map …

java collections multikey
Dictionary with multiple keys and multiple values for each key

Hi all I am having a requirement where I have to assign multiple keys and for that multiple keys I …

c# .net dictionary multikey
How to iterate over MultiKeyMap?

I'm using the MultiKeyMap from the commons-collections which provide multikey-value pairs. I have 3 keys which are Strings. I have two …

java dictionary apache-commons-collection multikey
How to use/create boost::multi_index?

Can someone explain to me in detail how to create a multi index map using boost::multi_index? I saw …

c++ visual-c++ boost multikey