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