Hello,
I created an ArrayList with lists and arrays (randomly chosen) of queues and now need to get access to these lists and arrays to add, remove and display elements in them. How could I do this? I tried ArrayList methods like get(int index) and iterator(), but it just shows me what kind of Objects are in the ArrayList and does not let me use queue classes methods on them.
Anna