Util.HashMap.getObject()

Signature

Object getObject(String mapID, String key)

Domain

ACTION, CONDITION, BUI

Description

Returns the String for the specified key in the specified map. If the map or the key is non-existent, returns null.

Parameters

NameTypeDescription
mapIDStringThe String ID of the map in which the lookup is to be performed.
keyStringThe String key for which the value will be retrieved.

Returns

TypeDescription
Objectthe value at key in the map of id mapID

Cautions

none