public abstract E peekFirst ()

Retrieves, but does not remove, the first element of this deque, or returns null if this deque is empty.

Returns:  the head of this deque, or null if this deque is empty