static B mapGet(Map map, A a) { ret map == null || a == null ? null : map.get(a); }