setMapValue() Operation
Syntax  | 
  | |
|---|---|---|
Semantics  | Within map   | |
Substitutables  | 
  | optional: The map entry being replaced.  | 
  | An object of type Map. ![]()  | |
  | Key value identifying the map entry.  | |
  | The object to replace the map entry with.  | |
Examples  | 
        CODE
     
    
oldAddress and newAddress are objects of type Address. name is the key of the map: ![]()  | |
                                    
