String remove (String mapID, String key)
String remove (String mapID, String key)
Name | Type | Description |
---|---|---|
mapID | String | The String ID of the map in which the mapping is removed. |
key | String | The String key for which the value is removed. |
Type | Description |
---|---|
String | the value String removed, if it existed. |