The generic queue is like the stack but instead of a LIFO ("last in first out") functionality, it has FIFO ("first in first out"). In this lesson you'll see how to use the generic queue in an example that processes orders; as the first ones are completed they are removed from the collection.