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