Documentation for this section has not yet been entered.
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
This method is equivalent to Java.Util.IDeque.PeekFirst.