This method of the Queue Class creates a copy of the object.
protected Object clone() throws CloneNotSupportedException;
Returns a copy of the Queue object.
CloneNotSupportedException if the object cannot be copied.