Of course a HashMap can also tell us whether it's empty or not.

Sweet! isEmpty() returns a boolean that's true if the HashMap is empty and false if it's not.

Might we be looking for a method?