public byte putIfAbsent(float key, byte value) {
   synchronized (mutex) {
     return m.putIfAbsent(key, value);
   }
 }