The Queue class represents a first-in-first-out (FIFO) queue of generic items. It supports the usual enqueue and dequeue operations, along with methods for peeking at the first item, testing if the queue is empty, and iterating through the items in FIFO order. Th
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected