put abstract method

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

Saves the key - value pair.

Implementation

void put(String key, E value);