static bool addAndChange(Cl cl, A a) { if (cl == null || !cl.add(a)) false; change(); true; }