Package java.util
Class Dictionary

Public Method remove

abstract Object remove(Object key)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Removes the key and the corresponding value from this dictonary. This method does nothing if the key is not in this dictionary.