Hello! Is it possible to remove an object from a Set by a variable within that object? The focus of my question here is
cats.remove(Cat.name("Phantom"));
I'm receiving a compiling error that Cat symbol cannot be found, but just above this line in the code we created a HashSet with the Cat class. Thanks!