The values stored in a Map can be of any type. This includes arrays of numeric values,
structures, cells, character arrays, objects, or other Maps.
NoteA Map is most memory efficient when the data stored in it is a scalar number or a
character array.
See Also
containers.Map | keys | values
Related Examples
- “Description of Map Class” on page 14-4
- “Create Map Object” on page 14-6
- “Examine Contents of Map” on page 14-9
See Also