operator []= abstract method

void operator []=(
  1. K key,
  2. V value
)

Associates the specified value with the specified key in the map.

Implementation

void operator []=(K key, V value);