Object getObject(String mapID, String key)Object getObject(String mapID, String key)| Name | Type | Description |
|---|---|---|
mapID | String | The String ID of the map in which the lookup is to be performed. |
key | String | The String key for which the value will be retrieved. |
| Type | Description |
|---|---|
Object | the value at key in the map of id mapID |