static L listIntersectSet(Collection a, Collection b) { ret listSetIntersection(a, b); }