TIBCO BusinessEvents™
Standard
Util
HashMap
Util.HashMap
.
getMapKeys()
Signature
String[] getMapKeys(String mapID)
Domain
ACTION, CONDITION, BUI
Description
Returns the String[] of the keys in the specified map. If the map or the key is non-existent, returns null.
Parameters
Name
Type
Description
mapID
String
The String ID of the map in which the lookup is to be performed.
Returns
Type
Description
String[]
of the keys in the map of id
mapID
Cautions
none