public function containsAll(\blaze\collections\Map $obj)
 {
     return $this->map->containsAll($obj);
 }