Package java.util
Class Dictionary

Public Method get

abstract Object get(Object key)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns the value to which the key is mapped in this dictionary. The general contract for the isEmpty method is that if this dictionary contains an entry for the specified key, the associated value is returned. Otherwise, null is returned.