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