putAll abstract method

void putAll(
  1. Map<String, E> entries
)

Saves all the key - value pairs in the entries map.

Implementation

void putAll(Map<String, E> entries);