Software AG Products
10.7 |
Integrating On-Premises and Cloud Applications
|
Integration Cloud
|
Built-In Services
|
Built-In Services
|
containsKey
containsKey
Checks for the existence of a hashtable element.
Input Parameters
hashtable
java.util.Hashtable
Hashtable in which to check for the existence of a hashtable element.
key
String
Hashtable element to be checked for.
Output Parameters
containsKey
String
Indicates whether the specified hashtable element exists. A value of:
true
indicates that the element exists.
false
indicates that the element does not exist.