meta-for Cl also as L { static Cl addOrCreate(Cl l, A a) { ret addDyn(l, a); } } static Set addOrCreate(Set l, A a) { ret createOrAddToSet(l, a); }