public static Map map = new HashMap(){{ put("foo", 5); put("bar", 10); put("baz", 15); put("foo", 6); }};