This is a simple implementation of a Queue using an ArrayList data structure. How to Use To use this Queue, simply create a new instance of MyArrayListQueue. enqueue(E element): Adds an element to the ...