static L setMinus_inPlace(L l, int i) { ret removeAndReturnCollection(l, i); } static > B setMinus_inPlace(B l, A a) { ret removeAndReturnCollection(l, a); }