updateAll 方法
- V update(
- K key,
- V value
继承自
不可变Map不支持此操作。
实现
void updateAll(V update(K key, V value)) {
throw UnsupportedError("Cannot modify unmodifiable map");
}
不可变Map不支持此操作。
void updateAll(V update(K key, V value)) {
throw UnsupportedError("Cannot modify unmodifiable map");
}