public V remove(float key) {
   synchronized (mutex) {
     return m.remove(key);
   }
 }