Map
Maps keys to values.
Operations
Setting the value for a key
Checking a key's existence
Getting the keys and values
The map offers a few methods to acquire the keys and values all together.
To get all the keys:
To get all the values:
To get both the keys and the values:
Last updated
Was this helpful?