Util.HashMap.put()

Signature

String put(String mapID, String key, String value)

Domain

ACTION, BUI

Description

Maps an object for a specified key in a specified map. If the map is non-existent, returns null.

Parameters

NameTypeDescription
mapIDStringThe String ID of the map in which the mapping is added.
keyStringThe String key for which the value is mapped.
valueStringThe String value to be added.

Returns

TypeDescription
Stringvalue.