Util.HashMap.remove()

Signature

String remove (String mapID, String key)

Domain

ACTION, BUI

Description

Removes a mapping for a specified key in a specified map. If the map or the mapping is non-existent, returns null.

Parameters

NameTypeDescription
mapIDStringThe String ID of the map in which the mapping is removed.
keyStringThe String key for which the value is removed.

Returns

TypeDescription
Stringthe value String removed, if it existed.