removeFirst
Removes the element at the beginning of the collection if it is present.
Return
The element that was removed or null if the collection was empty.
Removes the element at the beginning of the collection if it is present.
The element that was removed or null if the collection was empty.