addFirst method

Adds value at the beginning of the queue.

void addFirst(
E value
)

Adds value at the beginning of the queue.