TIBCO BusinessEvents™
Standard
Util
HashMap
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
Name
Type
Description
map
Object
The map object
key
String
The key for the value
Returns
Type
Description
Object
value for the given key in the given map
Cautions
none