static Set intersectSets(Set a, Collection b) { ret setIntersection(a, b); }