Class ADT.Queue (< ValueType >)

Inheritance graph

class ADT.Queue (< ValueType >)
Description

A simple FIFO queue.


Generic ValueType

__generic__ mixed ValueType = mixed

Description

Type for the individual elements in the queue.


Method create

ADT.Queue ADT.Queue(ValueType ... args)

Description

Creates a queue with the initial items args in it.