I want to have a map with duplicate keys.
I know there are many map implementations (Eclipse shows me about 50), so I bet there must be one that allows this. I know
I used this:
java.util.List> pairList= new java.util.ArrayList<>();