← 返回 google 的题目列表CoolMap Interface with Constant Time putAll
类型:online_judge
Implement an interface CoolMapInterface, which extends the typical HashMap with two methods: put and get, plus an additional putAll method that updates all values in O(1) time complexity.