I have a Hashmap in Java like this:
private Map team1 = new HashMap();
Then I fill it like th
As you would like to get argument (United) for which value is given (5) you might also consider using bidirectional map (e.g. provided by Guava: http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/collect/BiMap.html).
United
5