static A removeAndReturn(Collection c, A a) { if (c != null) c.remove(a); ret a; }