C# Class CinderellaQueue.CinderellaQueue

Show file Open project: ThomasMoreCollege/CinderellaMGS Class Usage Examples

Public Methods

Method Description
CinderellaQueue ( ) : System
clear ( ) : void
dequeue ( ) : void
enqueueToFront ( CinderellaClass cind ) : void
getNumItems ( ) : int
getValofFrontNode ( ) : CinderellaClass
getValofLastNode ( ) : CinderellaClass
isEmpty ( ) : bool
priorityEnqueue ( CinderellaClass val ) : void
recalibratePriority ( ) : void
selectiveDequeue ( int CindID ) : bool

Method Details

CinderellaQueue() public method

public CinderellaQueue ( ) : System
return System

clear() public method

public clear ( ) : void
return void

dequeue() public method

public dequeue ( ) : void
return void

enqueueToFront() public method

public enqueueToFront ( CinderellaClass cind ) : void
cind CinderellaClass
return void

getNumItems() public method

public getNumItems ( ) : int
return int

getValofFrontNode() public method

public getValofFrontNode ( ) : CinderellaClass
return CinderellaClass

getValofLastNode() public method

public getValofLastNode ( ) : CinderellaClass
return CinderellaClass

isEmpty() public method

public isEmpty ( ) : bool
return bool

priorityEnqueue() public method

public priorityEnqueue ( CinderellaClass val ) : void
val CinderellaClass
return void

recalibratePriority() public method

public recalibratePriority ( ) : void
return void

selectiveDequeue() public method

public selectiveDequeue ( int CindID ) : bool
CindID int
return bool