public boolean increment(float key) {
   synchronized (mutex) {
     return m.increment(key);
   }
 }