不可变映射不支持此操作。
void removeWhere(bool test(K key, V value)) { throw UnsupportedError("Cannot modify unmodifiable map"); }