Queue

Inheritance:

Methods of Queue:

__init__
def __init__(self)

Undocumented function.

__len__
def __len__(self)

Undocumented function.

back
def back(self)

Undocumented function.

clear
def clear(self)

Undocumented function.

front
def front(self)

Undocumented function.

isEmpty
def isEmpty(self)

Undocumented function.

pop
def pop(self)

Undocumented function.

push
def push(self, item)

Undocumented function.

top
def top(self)

Undocumented function.