Queue is a non-sparse sequenced collection
with whole-number indexes.
The indexes specify the position of an item relative to the head (first item)
of the queue.
Adding or removing an item changes the association of an index to its queue item.
You can add items at either the tail or the head of 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 | |||||||||||||||||||||||||||||||||||
|