Methods of Map Class
The Map class implements the following methods. Their use is explained in the later
sections of this documentation and also in the function reference pages.
Method Description
isKey Check if Map contains specified key
keys Names of all keys in Map
length Length of Map
remove Remove key and its value from Map
size Dimensions of Map
values Values contained in Map
See Also
containers.Map | isKey | keys | length | remove | size | values
Related Examples
- “Overview of Map Data Structure” on page 14-2
- “Create Map Object” on page 14-6
- “Examine Contents of Map” on page 14-9
See Also