addFirst method

void addFirst (E value)

Adds value at the beginning of the queue.

Implementation

void addFirst(E value);