This operation is not supported by an unmodifiable map.
void addEntries(Iterable<MapEntry<K, V>> entries) { throw new UnsupportedError("Cannot modify unmodifiable map"); }