Q:

define hashmap and pre set value

private static final Map<String, String> m = new HashMap<String, String>() {{
    put("RC", "T1");
    put("AC", "T1");
}};
0

New to Communities?

Join the community