Uniot Core
0.8.1
Loading...
Searching...
No Matches
IterableQueue

A queue implementation with iteration capabilities. More...

Collaboration diagram for IterableQueue:

Classes

class  IterableQueue< T >
 

Detailed Description

A queue implementation with iteration capabilities.

IterableQueue extends ClearQueue to provide functionality for iterating through the elements in the queue without removing them. This allows for queue traversal while maintaining the queue structure intact.

Template Parameters
TThe type of elements stored in the queue