Documentation for this section has not yet been entered.
Type Reason Java.Util.NoSuchElementException if this deque is empty
Retrieves, but does not remove, the last element of this deque. This method differs from IDeque.PeekLast only in that it throws an exception if this deque is empty.