public static void removeCats(Set<Object> pets, Set<Cat> cats) { pets.removeAll(cats); }