public double remove(float key) {
   return map.remove(key);
 }