putIfAbsent 方法
- K key,
- V ifAbsent(
继承的
该操作不支持不可修改的映射。
实现
V putIfAbsent(K key, V ifAbsent()) {
throw UnsupportedError("Cannot modify unmodifiable map");
}
该操作不支持不可修改的映射。
V putIfAbsent(K key, V ifAbsent()) {
throw UnsupportedError("Cannot modify unmodifiable map");
}