コード例 #1
0
 @Override
 public float remove(long key) {
   synchronized (mutex) {
     return m.remove(key);
   }
 }