static lookupOrKeep(Map map, A key) { ret map.containsKey(key) ? map.get(key) : key; }