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