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