Hi
I need to store a single key multiple values,how i want a collection is
key1,value1,value2,value3....
key2,value1,value2....
please suggest me a suitable collection for the above scenario and help me how to retrieve those values
for eg
for the first iteration my output should be
key1
value1,value2,value3
for the second iteration my output should be
key1
value1,value2
Please help me.. thanks in advance