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