remove abstract method

String remove(
  1. String key
)

Remove the entry for the given key in the underlying context.

@param key The key.

@return The value associated with the key, if any.

Implementation

String remove(String key);