C# Class VolunteerQueue.VolunteerQueue

Afficher le fichier Open project: ThomasMoreCollege/CinderellaMGS Class Usage Examples

Méthodes publiques

Méthode Description
VolunteerQueue ( ) : System
clear ( ) : void
dequeue ( ) : void
enqueue ( VolunteerClass val ) : void
enqueueToFront ( VolunteerClass vol ) : void
getNumItems ( ) : int
getValofFrontNode ( ) : VolunteerClass
getValofLastNode ( ) : VolunteerClass
isEmpty ( ) : bool
selectiveDequeue ( int VolID ) : bool

Method Details

VolunteerQueue() public méthode

public VolunteerQueue ( ) : System
Résultat System

clear() public méthode

public clear ( ) : void
Résultat void

dequeue() public méthode

public dequeue ( ) : void
Résultat void

enqueue() public méthode

public enqueue ( VolunteerClass val ) : void
val VolunteerClass
Résultat void

enqueueToFront() public méthode

public enqueueToFront ( VolunteerClass vol ) : void
vol VolunteerClass
Résultat void

getNumItems() public méthode

public getNumItems ( ) : int
Résultat int

getValofFrontNode() public méthode

public getValofFrontNode ( ) : VolunteerClass
Résultat VolunteerClass

getValofLastNode() public méthode

public getValofLastNode ( ) : VolunteerClass
Résultat VolunteerClass

isEmpty() public méthode

public isEmpty ( ) : bool
Résultat bool

selectiveDequeue() public méthode

public selectiveDequeue ( int VolID ) : bool
VolID int
Résultat bool