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