webMethods Integration Cloud and Cloud Deployment Documentation 6.0.0 | webMethods Integration Cloud | Built-In Services | Built-In Services | Hashtable | 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.

Copyright © 2014- 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.