Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Hashtable Folder | Summary of Elements in this Folder | pub.hashtable:put
 
pub.hashtable:put
WmPublic. Adds a key/value pair in the hashtable.
Input Parameters
hashtable
java.util.Hashtable Hashtable to which the key/value pair is to be added.
key
String Key of the element to be added to the hashtable.
value
Object Value of the element to be inserted into the hashtable.
Output Parameters
hashtable
java.util.Hashtable Hashtable object after the insertion of the key/value pair.