Retrieves the object stored with the specified key.
public Object getValue( Object key )
key
The key to search for.
Returns the object stored with key, or returns null if the key is not found.