static void mapPutMultipleKeys(Map map, B value, A... keys) { if (map == null) ret; for (A key : keys) map.put(key, value); }