Inserts a new element into this at the given position.
a Queue
the data for the new element
the position to insert the new element. If n is negative or larger than the number of elements in the this, the element is added to the end of the queue.
n