Util.HashMap.getMap()

Signature

Object getMap(String mapID)

Domain

ACTION, CONDITION, BUI

Description

Returns the specified map or if the key is non-existent, returns null.

Parameters

NameTypeDescription
mapIDStringThe String ID of the map in which the lookup is to be performed.

Returns

TypeDescription
ObjectThe map

Cautions

none