Package java.util
Interface Map

Public Method get

abstract Object get(Object key)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns the value to which this map maps the specified key. Returns null if the map contains no mapping for this key. A return value of null does not necessarily indicate that the map contains no mapping for the key; it's also possible that the map explicitly maps the key to null. The containsKey operation may be used to distinguish these two cases.