Suppose that we decide to allow the address book to be indexed by address as well as name and phone number. If we simply add the following statement to the addDetails method
book.put(details.getAddress(), details);
do you anticipate that any assertions will now fail? Try it. Make any further necessary changes to AddressBook to ensure that all of the assertions are now successful.
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.