Object putObject(String mapID, String key, Object value)
Object putObject(String mapID, String key, Object value)
Name | Type | Description |
---|---|---|
mapID | String | The String ID of the map in which the mapping is added. |
key | String | The String key for which the value is mapped. |
value | Object | The Object value to be added. |
Type | Description |
---|---|
Object | value . |