Integration Cloud 7.0.0 | Built-In Services | Built-In Services | remove
 
remove
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.