static long longMultiSet_l(Map map) { long x = 0; for (Long l : values(map)) x += l; ret x; }