hashtable | java.util.Hashtable Hashtable to which the key/value pair is to be added. |
key | String Key of the element to be added to the hashtable. |
value | Object Value of the element to be inserted into the hashtable. |
hashtable | java.util.Hashtable Hashtable object after the insertion of the key/value pair. |