public function containsValue(\blaze\lang\Reflectable $value)
 {
     return $this->map->containsValue($value);
 }