static L addDyn_sync(L l, A a) { if (l == null) l = synchroList(); l.add(a); ret l; }