static L addOrCreate(L l, A a) { ret addDyn(l, a); } static Set addOrCreate(Set l, A a) { ret createOrAddToSet(l, a); }