Source

						public function key() {
		$key = key($this->_data);
		return isset($this->_removed[$key]) ? false : $key;
	}