I want to create a HashMap that looks like this:
{LOCATION =[China,Sydney, New York,...], NAME = [Bob Smith, Martha Stewart, Amanda Holmes,....], ORGANIZATION = [Matrix Inc, Paragon Pharmaceuticals, Wills Corp.,...]}
I have more than 1 key with multiple values. Whats the best way to do this?