Class documentation: System.collections.queue
Queue object.
Inherits
System.object
Classes contained
Constructors
make System.collections.queue()
: Class constructor.
Destructor
Operators
Properties
list
: List of items in the queue.
Methods
count()
: Number of items in the queue.
dequeue()
: Remove next item from queue.
enqueue(v)
: Place item in queue.