TIBCO BusinessEvents™
Standard
Collections
Map
Concurrent
Collections.Map.Concurrent
.
createHashMapWithId()
Signature
Object createHashMapWithId ( String mapId )
Domain
ACTION
Description
Create and return instance of ConcurrentHashMap for the given mapID. If the map already exists, return the existing Map.
Parameters
Name
Type
Description
mapId
String
The String ID of the concurrent hash map to create
Returns
Type
Description
Object
Instance of ConcurrentHashMap
Cautions
none