Adds value at the beginning of the queue.
value
void addFirst(E value) { _baseQueue.addFirst(value); }