コード例 #1
0
 @Override
 public boolean containsKey(int key) {
   synchronized (mutex) {
     return m.containsKey(key);
   }
 }