Integration Server
10.5 |
Built-In Services Reference Guide
|
Hashtable Folder
|
Summary of Elements in this Folder
|
pub.hashtable:containsKey
pub.hashtable:containsKey
WmPublic. 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.