Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates the non-deep copy of the Map.
Syntax
client server public static Map cloneMap(Map _mapToClone)
Run On
Called
Parameters
- _mapToClone
Type: Map Class
The map instance to clone. 
Return Value
Type: Map Class
The non-deep copy of the map passed in the _mapToClone parameter.
Remarks
This method creates a new instance of the map that contains the same element instances as the source map.