static bool addWithTesterSet(Collection c, Set testerSet, A a) { ret c != null && add(testerSet, a) && c.add(a); }