![]() |
|
Uniot Core
|
| 0.8.1 |
A queue with a maximum size limit that automatically removes oldest elements when full. More...
Classes | |
| class | LimitedQueue< T > |
A queue with a maximum size limit that automatically removes oldest elements when full.
LimitedQueue extends ClearQueue with capacity limiting functionality. When the queue reaches its size limit and a new element is added, the oldest element is automatically removed to maintain the size constraint.
| T | The type of elements stored in the queue |