static AutoCloseable tempAdd(Cl l, A a) { if (l == null || l.contains(a)) null; l.add(a); ret autocloseable { l.remove(a); }; }