static AutoCloseable tempRemove(Map map, A key) { if (map == null || !map.containsKey(key)) null; B b = map.get(key); map.remove(key); ret autocloseable { map.put(key, b); }; }