Previous: System_collections_stack, Up: System_collections


3.2.2.3 System.collections.queue

Implements: see System_object

Represents a queue.

Supported constructors:

System.collections.queue()
Creates a new queue object.

Supported methods:

count()
Return the number of elements in the queue.
enqueue(value)
Pushes value onto queue.
dequeue()
Remove oldest pushed element from queue.