TIBCO BusinessEvents™
Standard
Collections
Map
Collections.Map
.
get()
Signature
Object get ( Object map, Object key )
Domain
ACTION
Description
Returns the value to which the specified key is mapped.
Parameters
Name
Type
Description
map
Object
The Map object
key
Object
The key whose associated value is to be returned
Returns
Type
Description
Object
Cautions
none