static B getOrCreate(Map map, A key, Class c) ctex { B b = map.get(key); if (b == null) map.put(key, c.newInstance()); ret b; }