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