static L addDyn_quickSync(L l, A a) { if (l == null) l = new L; syncAdd(l, a); ret l; }