static B mapPut_returnValue(Map map, A key, B value) { mapPut(map, key, value); ret key; }