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