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