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