This method returns the back element of a Deque.
Deque
aDeque$back()
back returns the back element of the Deque in question, or NULL if the Deque is empty.
back
NULL
John Hughes