![]() |
|
Uniot Core
|
| 0.8.1 |
A queue implementation with iteration capabilities. More...
Classes | |
| class | IterableQueue< T > |
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.
| T | The type of elements stored in the queue |