Returns the n'th element of queue.
the position of the element
the data for the n'th element of queue, or null if n is off the end of queue
Returns the n'th element of queue.