C# Class Orc.Sort.NSort.DefaultSwap

Default swap class
Inheritance: ISwap
Afficher le fichier Open project: WildGums/Orc.Sort

Méthodes publiques

Méthode Description
Set ( IList array, int left, int right ) : void
Set ( IList array, int left, object obj ) : void
Swap ( IList array, int left, int right ) : void

Method Details

Set() public méthode

public Set ( IList array, int left, int right ) : void
array IList
left int
right int
Résultat void

Set() public méthode

public Set ( IList array, int left, object obj ) : void
array IList
left int
obj object
Résultat void

Swap() public méthode

public Swap ( IList array, int left, int right ) : void
array IList
left int
right int
Résultat void