static B firstValue(Map map) { ret first(values(map)); } ifclass MultiSetMap static B firstValue(MultiSetMap map) { ret map == null ? null : firstValue(map.data); } endif