Util.HashMap.getValue()

Signature

void getValue(Object map,String key)

Domain

action

Description

Gets the value for the given key in the given map

Parameters

NameTypeDescription
mapObjectThe map object
keyObjectThe key for the value

Returns

None.

Cautions

none