static A getOrKeep(Map map, A a) { A v = map.get(a); ret v != null ? v : a; }