The `Map` Interface
Another member of the Java Collections Framework is the Map interface.
Objectives¶
- Be able to use
Mapand its implementation classes to store key-value pairs. - Understand when to use a
Map.
Topics¶
- The
MapCollection MapImplementation Class -HashMapMapImplementation Classes -Hashtable,LinkedHashMap, andTreeMap- When to Use a
Map* - Labs