Documentation for this section has not yet been entered.
Type Reason Java.Util.NoSuchElementException
Retrieves and removes the head of the queue represented by this deque. This method differs from ArrayDeque.Poll only in that it throws an exception if this deque is empty.
This method is equivalent to ArrayDeque.RemoveFirst.