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