static void putIfNotExisting(Map map, A key, B value) { putIfNotThere(map, key, value); }