I am trying to add, remove and reference items from an array I create in my main java file, but I am having trouble figuring out the correct syntax. In actionscript they ha
You can use LinkedList. It has methods peek, poll and offer.