This method of the Queue Class retrieves an element relative to the tail of the queue.
public synchronized Object elementFromTail(int idx);
Returns the requested object.