Get an value from the map.
The name of the value to get.
The value, or null if the value does not exist in the map.
Get an array containing all the values of the map.
Remove an value from the map.
The value's name to be removed from the map.
True if the value was removed, false if the value was not found.
Clear the map by removing all the keys and values that it stores.
Add or update an value.
The name of the value to set.
The value to set for this value.
Generated using TypeDoc
A collection with a non-indexed key.
Useful to store a set of values of the same type.