addEntries method

view source

void addEntries (Iterable<MapEntry<K, V>> entries) inherited

Implementation

void addEntries(Iterable<MapEntry<K, V>> entries) {
  throw UnsupportedError("Cannot modify unmodifiable map");
}