public function elementAtOrNull($key){
		return Iterators::elementAtOrNull($this->iterator, $key);
	}