public boolean adjustValue(float key, byte amount) {
   synchronized (mutex) {
     return m.adjustValue(key, amount);
   }
 }