setKeyAndValue abstract method

void setKeyAndValue(
  1. K key,
  2. V value
)

Sets (or replaces) the key and value.

Implementation

void setKeyAndValue(K key, V value);