static bool setContainsSet(Collection a, Collection b) { ret isSuperSet(a, b); }