Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 224 Bytes

File metadata and controls

5 lines (4 loc) · 224 Bytes

Maps

  • A map is an object that stores associations between keys and values or key/value pairs.
  • Maps do not implement Iterable interface.

collections framework map_hierarchies