static bool allContainedIn(Iterable l, Set set) { fOr (A a : l) if (!contains(set, a)) false; true; }