hashtable | java.util.Hashtable Hash table that uses String objects for keys and values. | ||
key | String Key in hashtable whose value you want to retrieve.
|
value | String Value of the string to which key is mapped. If the requested key in hashtable is null or if key is not mapped to any value in hashtable, the service returns null. |