@get
Description:
Get the value associated with key
from this.
If it does not contain any value, null will be returned.
Parameters:
this |
set of related keys to retrieve value |
key |
key to look up. |
Returns:
a Value. This value should not be modified nor freed by user. |