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