@Override
 public float put(long key, float value) {
   synchronized (mutex) {
     return m.put(key, value);
   }
 }