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