static L setAndReturnList(L l, int i, A a) { l.set(i, a); ret l; }