I have created a queue containing objects which I would like to iterate through in the order that they were placed within the queue (First object placed in queue, 2nd object
I think its better to use ArrayList in this case. Please try that. Why you want to use queue only?