CircularQueue class allows for storing objects
in a circular queue of a predefined size.
Once the end of the queue has been reached, new item objects are inserted
from the beginning, replacing earlier entries.
Any object can be placed in the queue and the same object can occupy more
than one position in the queue.
| Object | ||||||||||||||||
| Methods inherited from the Object class | ||||||||||||||||
| Class (Metaclass) | ||||||||||||||||
| Methods inherited from the Class class | ||||||||||||||||
| + Collection (Mixin Class) | ||||||||||||||||
| Methods inherited from the Collection class | ||||||||||||||||
| + OrderedCollection (Mixin Class) | ||||||||||||||||
|
Methods inherited from the OrderedCollection class
| ||||||||||||||||
| Queue | ||||||||||||||||
| Methods inherited from the Queue class | ||||||||||||||||
| CircularQueue | ||||||||||||||||
|