I am iterating over a list and and putting it contents over the map but the problen is that when I am returning that map I am geeting an exception could you please advise what i
Your problem is here:
p = pairList.get(i);
If your list size is 100, then allowed indexes are between 0 - 99.