As with any established language, there is a large set of functionality provided by the language via its standard library. This is especially true for Java. We will focus for now solely on a small part of that library, namely some of the key collection classes that are part of the java.utilβ1β
Look at the List documentation (follow the java.util link above, then scroll and click on the List). Match each of the following list functions with the appropriate description of what they do.
Look at the Map documentation (follow the java.util link above, then scroll and click on the Map). Match each of the following map functions with the appropriate description of what they do.