/** *
 *   {@code map.compute(key, (k, v) -> (v == null) ? msg : v.concat(msg))}
 * 
*/ class Main { }