Util.HashMap.putObject()

Signature

Object putObject(String mapID, String key, Object 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.
valueObjectThe Object value to be added.

Returns

TypeDescription
Objectvalue.