Get the context identified by the key parameter. The key parameter cannot be null. @return the string value identified by the key parameter.
(String key)
| 54 | * @return the string value identified by the <code>key</code> parameter. |
| 55 | */ |
| 56 | public String get(String key); |
| 57 | |
| 58 | /** |
| 59 | * Remove the context identified by the <code>key</code> parameter. |
no outgoing calls