Collections.Map.createHashMap()
Signature
Object createHashMap ( )
Description
Create and return instance of HashMap.
The hashmap returned by this function is not thread safe hence any updates if using a multi-threaded RETE should be done carefully.
Returns
Type | Description |
Object | Instance of HashMap |