FIFOQueuePolicy
First-In-First-Out (FIFO) queue policy. Entities are dequeued in the order they were enqueued.
Parameters
T
the type of entities in the queue
initialContents
the initial entities in the queue
First-In-First-Out (FIFO) queue policy. Entities are dequeued in the order they were enqueued.
the type of entities in the queue
the initial entities in the queue