static B mapGetOrCreateHashMap(Map map, A key) { ret mapGetOrCreate(map, key, () -> (Map) new HashMap); }