put abstract method

String put(
  1. String key,
  2. String value
)

Create or update a key/value entry in the underlying context.

@param key The key.

@param value The value.

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

Implementation

String put(String key, String value);