Util.HashMap.getValue()

Signature

Object getValue(Object map,String key)

Domain

ACTION, BUI

Description

Gets the value for the given key in the given map

Parameters

NameTypeDescription
mapObjectThe map object
keyStringThe key for the value

Returns

TypeDescription
Objectvalue for the given key in the given map

Cautions

none