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:remove
 
pub.hashtable:remove
WmPublic. Removes a key/value pair from the hashtable.
Input Parameters
hashtable
java.util.Hashtable Hashtable from which to remove the key/value pair.
key
String Key of the hashtable element to be removed.
value
Object Value of the hashtable element to be removed.
Output Parameters
hashtable
java.util.Hashtable Hashtable object after the key/value pair is removed.
value
Object Value of the hashtable element that was removed. Returns null if the input key is not found in the hashtable.