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