static void syncMapPutOrRemove(Map map, A key, B value) { syncMapPut2(map, key, value); }