meta-for Cl also as L { static Cl addDyn(Cl l, A a) { if (l == null) l = new L; l.add(a); ret l; } }