static Map MultiSetToMap(MultiSet ms) { ret ms == null ? null : ms.asMap(); }