static AutoCloseable tempAddToList_exclusive(final L l, final A a) { if (l == null) null; l.add(a); ret autocloseable { removeLast(l); }; }