Documentation for this section has not yet been entered.
Type Reason Java.Util.NoSuchElementException if this deque is empty
Pops an element from the stack represented by this deque. In other words, removes and returns the first element of this deque.
This method is equivalent to IDeque.RemoveFirst.