static void setAddAll(Collection a, Collection b) { for (A x : b) setAdd(a, x); }