static bool removeAllExcept(Set a, Collection b) { ret removeAllBut(a, b); } static bool removeAllExcept(Map a, Collection b) { ret removeAllBut(a, b); }