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