The AddressBook class uses quite a lot of classes from the java.util package; if you are not familiar with any of these, check the API documentation to fill in the gaps. Do you think the use of so many different utility classes is justified? Could a HashMap have been used in place of the TreeMap? If you are not sure, try changing TreeMap to HashMap and see if HashMap offers all of the required functionality.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.