static L listSetWithCreate(L l, int i, A a) { if (l == null) l = new L; listSet(l, i, a); ret l; }