public boolean containsValue(double value) {
   return map.containsValue(value);
 }