Table of Contents

Class: Queue ./DataStructures.py

Simple Queue class implemented as a Python list

Queue

Methods   
Append
Clear
Contains
IsEmpty
IsNotEmpty
Top
__init__
  Append 
Append ( self,  v )

  Clear 
Clear ( self )

  Contains 
Contains ( self,  v )

  IsEmpty 
IsEmpty ( self )

  IsNotEmpty 
IsNotEmpty ( self )

  Top 
Top ( self )

  __init__ 
__init__ ( self,  elems=None )


Table of Contents

This document was automatically generated on Fri Mar 15 11:15:02 2002 by HappyDoc version 2.0