for example I am keeping Students school marks. 
So on the MultiMap  I have the Student Name  and Marks of all the subjects 
e.g.  {Anne, { 54, 23, 54, 65, 76}
I want to generate a Map which consist of StudentName, Average marks
as in this case is {Anne, 54.4}