Retrieves, but does not remove, the last element of this deque. This method differs from peekLast only in that it throws an exception if this deque is empty.
peekLast
Returns: the tail of this deque
Exceptions:
NoSuchElementException
Diagram: Collection Queue