String get(String mapID, String key)
String get(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 |
---|---|
String | the value at key in the map of id mapID |