lithium\util\Collection::end()

public method

Moves forward to the last item.

Returns

mixed

The last item, or false if there is no last item or the collection is empty.

Source

	public function end() {
		return end($this->_data);
	}