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:get
pub.hashtable:get
WmPublic. Gets the value for a specified key in the hashtable.
Input Parameters
hashtable
java.util.Hashtable
Hashtable from which to retrieve the specified value.
key
String
Key of the hashtable element whose value is to be retrieved.
Output Parameters
value
Object
Value of the input hashtable element.