Retrieves and removes the last element of this deque. This method differs from pollLast only in that it throws an exception if this deque is empty.
pollLast
Returns: the tail of this deque
Exceptions:
NoSuchElementException
Diagram: Collection Queue