Код: Выделить всё
String maprule = "department == '2' && topic == '1'";
mastervalue = (Map) map_master.get(maprule);
System.out.println(mastervalue);
{10359=[4, 1], 10365=[1, 1], 10364=[1, 1], 10363=[4, 1], 10362=[3, 1], 10369=[1, 1], 10368=[5, 1]
Код: Выделить всё
String maprule = "department == '2' && topic == '1'";
mastervalue = (Map) map_master.get(maprule);
System.out.println(mastervalue);