HashSet<String> Cats = map.getAll();
int numCats = Cats.size()

I have tried in so many different ways, but I always get an unchecked exception. getAll generates a HashSet.



int numCats =...