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