Hi Herah,

Something like this perhaps?


Queue<Car> myQ = new Queue<Car>();

// after some random period of time

myQ.add(new Car());